NLLIGO::CPrimitiveClass::CParameter::CConstStringValue Class Reference

#include <primitive_class.h>


Public Member Functions

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

Data Fields

std::vector< std::string > Values


Member Function Documentation

bool CPrimitiveClass::CParameter::CConstStringValue::operator< const CConstStringValue other  )  const
 

Definition at line 592 of file primitive_class.cpp.

References Values.

00593 {
00594         return Values < other.Values;
00595 }

bool CPrimitiveClass::CParameter::CConstStringValue::operator== const CConstStringValue other  )  const
 

Definition at line 585 of file primitive_class.cpp.

References Values.

00586 {
00587         return Values == other.Values;
00588 }


Field Documentation

std::vector<std::string> NLLIGO::CPrimitiveClass::CParameter::CConstStringValue::Values
 

Definition at line 186 of file primitive_class.h.

Referenced by operator<(), operator==(), and NLLIGO::CPrimitiveClass::read().


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