ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
SillyKey Class Reference

#include <SillyKey.h>

Collaboration diagram for SillyKey:

Public Member Functions

 SillyKey (const std::string aString)
 
 operator std::string () const
 

Private Attributes

std::string m_string
 

Detailed Description

Definition at line 10 of file SillyKey.h.

Constructor & Destructor Documentation

◆ SillyKey()

SillyKey::SillyKey ( const std::string  aString)
inline

Definition at line 12 of file SillyKey.h.

12 : m_string(aString) {}

Member Function Documentation

◆ operator std::string()

SillyKey::operator std::string ( ) const
inline

Definition at line 13 of file SillyKey.h.

13 {return m_string;}

Member Data Documentation

◆ m_string

std::string SillyKey::m_string
private

Definition at line 16 of file SillyKey.h.


The documentation for this class was generated from the following file:
SillyKey::m_string
std::string m_string
Definition: SillyKey.h:16