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_ |
ACE_INLINE TAO_PG::Properties_Encoder::NamedValue::NamedValue | ( | ) |
ACE_INLINE TAO_PG::Properties_Encoder::NamedValue::NamedValue | ( | const ACE_CString & | name, | |
const PortableGroup::Value & | value | |||
) |
ACE_INLINE TAO_PG::Properties_Encoder::NamedValue::NamedValue | ( | const NamedValue & | rhs | ) |
ACE_INLINE Properties_Encoder::NamedValue & TAO_PG::Properties_Encoder::NamedValue::operator= | ( | const NamedValue & | rhs | ) |
ACE_INLINE bool TAO_PG::Properties_Encoder::NamedValue::operator== | ( | const NamedValue & | rhs | ) | const |
Meaningless method to keep ACE_Vector happy.
ACE_INLINE bool TAO_PG::Properties_Encoder::NamedValue::operator!= | ( | const NamedValue & | rhs | ) | const |
Meaningless method to keep ACE_Vector happy.