#include <pres_ent.h>
Public Member Functions | |
virtual bool | Has (const PString &key) const |
Determine of the attribute exists. | |
virtual bool | Has (const PString &(*key)()) const |
virtual PString | Get (const PString &key, const PString &deflt=PString::Empty()) const |
Get the attribute value. | |
PString | Get (const PString &(*key)(), const PString &deflt=PString::Empty()) const |
virtual void | Set (const PString &key, const PString &value) |
Set the attribute value. | |
void | Set (const PString &(*key)(), const PString &value) |
PString OpalPresentity::Attributes::Get | ( | const PString &(*)() | key, | |
const PString & | deflt = PString::Empty() | |||
) | const [inline] |
virtual PString OpalPresentity::Attributes::Get | ( | const PString & | key, | |
const PString & | deflt = PString::Empty() | |||
) | const [inline, virtual] |
Get the attribute value.
virtual bool OpalPresentity::Attributes::Has | ( | const PString &(*)() | key | ) | const [inline, virtual] |
virtual bool OpalPresentity::Attributes::Has | ( | const PString & | key | ) | const [inline, virtual] |
Determine of the attribute exists.
void OpalPresentity::Attributes::Set | ( | const PString &(*)() | key, | |
const PString & | value | |||
) | [inline] |
virtual void OpalPresentity::Attributes::Set | ( | const PString & | key, | |
const PString & | value | |||
) | [inline, virtual] |
Set the attribute value.