OpalPresentity::Attributes Class Reference
#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) |
Detailed Description
Dictionary of attributes associated with this presentity.
Member Function Documentation
| 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] |
| 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] |
The documentation for this class was generated from the following file: