|
Yate
|
#include <yateasn.h>
Public Types | |
| enum | Access { notAccessible = 0 , accessibleForNotify = 1 , readOnly = 2 , readWrite = 3 , readCreate = 4 } |
Public Member Functions | |
| AsnMib () | |
| AsnMib (NamedList ¶ms) | |
| ~AsnMib () | |
| String & | getAccess () |
| int | getAccessValue () |
| String & | getName () |
| String | getOID () |
| String & | getType () |
| String & | getRevision () |
| const String & | toString () const |
| void | setIndex (unsigned int ind) |
| unsigned int | index () |
| int | compareTo (AsnMib *mib) |
| String | getParent () |
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 describing an ASN.1 OID
|
inline |
Constructor
Referenced by compareTo().
Constructor
| params | NamedList containing data for building this object, it should contain name, access level, value type |
|
inline |
Destructor
| int compareTo | ( | AsnMib * | mib | ) |
Compare this object ID with another
| mib | The object ID with which this object should be compared |
References AsnMib().
|
inline |
Get OID access level in string form
|
inline |
Get OID access level
|
inline |
Get the name of this OID
|
inline |
Get the oid
|
inline |
Get the parent object ID of this object
References String::rfind().
|
inline |
Get the revision of this OID
|
inline |
Get the type of the value of this OID
|
inline |
Obtain the index of this OID
|
inline |
Set the index of an OID in case this OID is part of a table.
| ind | Given index |
|
inlinevirtual |