Public Member Functions | |
NamedValue () | |
NamedValue (const ACE_CString &name, const PortableGroup::Value &value) | |
NamedValue (const NamedValue &rhs) | |
NamedValue & | operator= (const NamedValue &rhs) |
bool | operator== (const NamedValue &rhs) const |
Meaningless method to keep ACE_Vector happy. | |
bool | operator!= (const NamedValue &rhs) const |
Meaningless method to keep ACE_Vector happy. | |
Public Attributes | |
ACE_CString | name_ |
PortableGroup::Value | value_ |
|
Definition at line 18 of file PG_Properties_Encoder.inl.
00019 { 00020 } |
|
Definition at line 23 of file PG_Properties_Encoder.inl. References PortableGroup::Value.
|
|
Definition at line 30 of file PG_Properties_Encoder.inl.
|
|
Meaningless method to keep ACE_Vector happy.
Definition at line 57 of file PG_Properties_Encoder.inl. References name_.
00058 { 00059 return this->name_ != rhs.name_; 00060 } |
|
Definition at line 38 of file PG_Properties_Encoder.inl.
|
|
Meaningless method to keep ACE_Vector happy.
Definition at line 50 of file PG_Properties_Encoder.inl. References name_.
00051 { 00052 return this->name_ == rhs.name_; 00053 } |
|
Definition at line 53 of file PG_Properties_Encoder.h. Referenced by TAO_PG::Properties_Encoder::encode(), operator!=(), operator=(), and operator==(). |
|
Definition at line 54 of file PG_Properties_Encoder.h. Referenced by TAO_PG::Properties_Encoder::encode(), and operator=(). |