  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   16 #ifndef ATHCONTAINERSINTERFACES_AUXDATAOPTION_H 
   17 #define ATHCONTAINERSINTERFACES_AUXDATAOPTION_H 
   66   const std::string& 
name() 
const;
 
  102 #endif // not ATHCONTAINERSINTERFACES_AUXDATAOPTION_H 
  
int intVal() const
Return the option value as an integer.
 
AuxDataOption(const std::string &name, float val)
Constructor, with a float value.
 
union SG::AuxDataOption::@27 m_val
The stored value.
 
AuxDataOption(const std::string &name, double val)
Constructor, with a double value.
 
float floatVal() const
Return the option value as a float.
 
Hold information about an option setting request.
 
const std::string & name() const
The name of the option.
 
AuxDataOption(const std::string &name, int val)
Constructor, with an integer value.
 
bool m_isInt
Are we holding an int or a float?
 
std::string m_name
The option name.