|
| | SignallingMessageTimerList () |
| |
| SignallingMessageTimer * | add (u_int64_t interval, const Time &when=Time()) |
| |
| SignallingMessageTimer * | add (SignallingMessageTimer *m, const Time &when=Time()) |
| |
| SignallingMessageTimer * | timeout (const Time &when=Time()) |
| |
| | ObjList () |
| |
| virtual | ~ObjList () |
| |
| virtual void * | getObject (const String &name) const |
| |
| unsigned int | length () const |
| |
| unsigned int | count () const |
| |
| GenObject * | get () const |
| |
| GenObject * | set (const GenObject *obj, bool delold=true) |
| |
| ObjList * | next () const |
| |
| ObjList * | last () const |
| |
| ObjList * | skipNull () const |
| |
| ObjList * | skipNext () const |
| |
| GenObject * | at (int index) const |
| |
| ObjList * | operator+ (int index) const |
| |
| GenObject * | operator[] (signed int index) const |
| |
| GenObject * | operator[] (unsigned int index) const |
| |
| GenObject * | operator[] (const String &str) const |
| |
| ObjList * | find (const GenObject *obj) const |
| |
| ObjList * | find (const String &str) const |
| |
| int | index (const GenObject *obj) const |
| |
| int | index (const String &str) const |
| |
| ObjList * | insert (const GenObject *obj, bool compact=true) |
| |
| ObjList * | append (const GenObject *obj, bool compact=true) |
| |
| ObjList * | setUnique (const GenObject *obj, bool compact=true) |
| |
| GenObject * | remove (bool delobj=true) |
| |
| GenObject * | remove (GenObject *obj, bool delobj=true) |
| |
| GenObject * | remove (const String &str, bool delobj=true) |
| |
| void | clear () |
| |
| void | compact () |
| |
| bool | autoDelete () |
| |
| void | setDelete (bool autodelete) |
| |
| void | sort (int(*callbackCompare)(GenObject *obj1, GenObject *obj2, void *context), void *context=0) |
| |
| | GenObject () |
| |
| virtual | ~GenObject () |
| |
| virtual bool | alive () const |
| |
| virtual void | destruct () |
| |
| virtual const String & | toString () const |
| |
| virtual const String & | traceId () const |
| |
| NamedCounter * | getObjCounter () const |
| |
| NamedCounter * | setObjCounter (NamedCounter *counter) |
| |
A pending signalling message list.
This class holds pending signalling messages. The list will keep objects in timeout ascending order