|
| | cNestedItemList (void) |
| |
| virtual | ~cNestedItemList () |
| |
| void | Clear (void) |
| |
| bool | Load (const char *FileName) |
| |
| bool | Save (void) |
| |
| | cNestedItemList (void) |
| |
| virtual | ~cNestedItemList () |
| |
| void | Clear (void) |
| |
| bool | Load (const char *FileName) |
| |
| bool | Save (void) |
| |
| | cList (const char *NeedsLocking=NULL) |
| |
| | cList (const char *NeedsLocking=NULL) |
| |
| const cNestedItem * | Get (int Index) const |
| |
| cNestedItem * | Get (int Index) |
| |
| const cNestedItem * | Get (int Index) const |
| |
| cNestedItem * | Get (int Index) |
| |
| const cNestedItem * | First (void) const |
| |
| cNestedItem * | First (void) |
| |
| const cNestedItem * | First (void) const |
| |
| cNestedItem * | First (void) |
| |
| const cNestedItem * | Last (void) const |
| |
| cNestedItem * | Last (void) |
| |
| const cNestedItem * | Last (void) const |
| |
| cNestedItem * | Last (void) |
| |
| const cNestedItem * | Prev (const cNestedItem *Object) const |
| |
| cNestedItem * | Prev (const cNestedItem *Object) |
| |
| const cNestedItem * | Prev (const cNestedItem *Object) const |
| |
| cNestedItem * | Prev (const cNestedItem *Object) |
| |
| const cNestedItem * | Next (const cNestedItem *Object) const |
| |
| cNestedItem * | Next (const cNestedItem *Object) |
| |
| const cNestedItem * | Next (const cNestedItem *Object) const |
| |
| cNestedItem * | Next (const cNestedItem *Object) |
| |
| virtual | ~cListBase () |
| |
| bool | Lock (cStateKey &StateKey, bool Write=false, int TimeoutMs=0) const |
| |
| void | SetSyncStateKey (cStateKey &StateKey) |
| |
| void | SetUseGarbageCollector (void) |
| |
| void | SetExplicitModify (void) |
| |
| void | SetModified (void) |
| |
| void | Add (cListObject *Object, cListObject *After=NULL) |
| |
| void | Ins (cListObject *Object, cListObject *Before=NULL) |
| |
| void | Del (cListObject *Object, bool DeleteObject=true) |
| |
| virtual void | Move (int From, int To) |
| |
| void | Move (cListObject *From, cListObject *To) |
| |
| virtual void | Clear (void) |
| |
| bool | Contains (const cListObject *Object) const |
| |
| const cListObject * | Get (int Index) const |
| |
| cListObject * | Get (int Index) |
| |
| int | Count (void) const |
| |
| void | Sort (void) |
| |
| virtual | ~cListBase () |
| |
| bool | Lock (cStateKey &StateKey, bool Write=false, int TimeoutMs=0) const |
| |
| void | SetSyncStateKey (cStateKey &StateKey) |
| |
| void | SetUseGarbageCollector (void) |
| |
| void | SetExplicitModify (void) |
| |
| void | SetModified (void) |
| |
| void | Add (cListObject *Object, cListObject *After=NULL) |
| |
| void | Ins (cListObject *Object, cListObject *Before=NULL) |
| |
| void | Del (cListObject *Object, bool DeleteObject=true) |
| |
| virtual void | Move (int From, int To) |
| |
| void | Move (cListObject *From, cListObject *To) |
| |
| virtual void | Clear (void) |
| |
| bool | Contains (const cListObject *Object) const |
| |
| const cListObject * | Get (int Index) const |
| |
| cListObject * | Get (int Index) |
| |
| int | Count (void) const |
| |
| void | Sort (void) |
| |
Definition at line 211 of file config.h.