|
Yate
|
#include <yateasn.h>
Public Member Functions | |
| ASNObjId () | |
| ASNObjId (const ASNObjId &original) | |
| ASNObjId (const String &val) | |
| ASNObjId (const String &name, const String &val) | |
| ASNObjId (AsnMib *mib) | |
| ~ASNObjId () | |
| ASNObjId & | operator= (const ASNObjId &original) |
| ASNObjId & | operator= (const String &val) |
| ASNObjId & | operator= (const char *val) |
| void | toDataBlock () |
| DataBlock | getIds () |
| const String & | toString () const |
| const String & | getName () const |
| void | setValue (const String &value) |
Public Member Functions inherited from GenObject | |
| GenObject () | |
| virtual | ~GenObject () |
| virtual bool | alive () const |
| virtual void | destruct () |
| virtual const String & | traceId () const |
| virtual void * | getObject (const String &name) const |
| NamedCounter * | getObjCounter () const |
| NamedCounter * | setObjCounter (NamedCounter *counter) |
Additional Inherited Members | |
Static Public Member Functions inherited from GenObject | |
| static void * | getObject (const String &name, const GenObject *obj) |
| static bool | getObjCounting () |
| static void | setObjCounting (bool enable) |
| static NamedCounter * | getObjCounter (const String &name, bool create=true) |
| static ObjList & | getObjCounters () |
Class for holding only an OID
| ASNObjId | ( | ) |
Constructor
Referenced by ASNObjId(), operator=(), operator=(), and operator=().
Constructor
| name | Name of the OID |
| val | OID value in string format |
| ~ASNObjId | ( | ) |
Destructor
| DataBlock getIds | ( | ) |
Get the sequence form of the OID
|
inline |
Get the name of the OID
Assignment operator from OID
References ASNObjId(), and toString().
|
inline |
Assign operator from a const char* value
References ASNObjId().
Assign operator from a string value
References ASNObjId().
|
inline |
| void toDataBlock | ( | ) |
Transform the value of this OID from a string value to a sequence of numbers
Referenced by setValue().
|
inlinevirtual |