NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue Class Reference


Public Member Functions

bool operator< (const CDefaultValue &other) const
bool operator== (const CDefaultValue &other) const

Data Fields

bool GenID
std::string Name

Member Function Documentation

bool NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue::operator< const CDefaultValue other  )  const [inline]
 

Definition at line 110 of file primitive_class.h.

References GenID, and Name.

00111                         {
00112                                 if (Name < other.Name) 
00113                                         return true;
00114                                 else if (Name == other.Name)
00115                                 {
00116                                         return (GenID < other.GenID);
00117                                 }
00118                                 else
00119                                         return false;
00120                         }

bool NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue::operator== const CDefaultValue other  )  const [inline]
 

Definition at line 106 of file primitive_class.h.

References GenID, and Name.

00107                         {
00108                                 return (Name == other.Name) && (GenID == other.GenID);
00109                         }


Field Documentation

bool NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue::GenID
 

Definition at line 105 of file primitive_class.h.

Referenced by operator<(), and operator==().

std::string NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue::Name
 

Definition at line 104 of file primitive_class.h.

Referenced by operator<(), and operator==().


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 12:48:39 2004 for NeL by doxygen 1.3.6