#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 |
|
|
Definition at line 592 of file primitive_class.cpp. References Values.
00593 {
00594 return Values < other.Values;
00595 }
|
|
|
Definition at line 585 of file primitive_class.cpp. References Values.
00586 {
00587 return Values == other.Values;
00588 }
|
|
|
Definition at line 186 of file primitive_class.h. Referenced by operator<(), operator==(), and NLLIGO::CPrimitiveClass::read(). |
1.3.6