|
| int | GetMatch (int CamNumber, const char *Text) const |
| |
| | cConfig (const char *NeedsLocking=NULL) |
| |
| virtual | ~cConfig () override |
| |
| const char * | FileName (void) |
| |
| bool | Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false) |
| |
| bool | Save (void) const |
| |
| | cList (const char *NeedsLocking=NULL) |
| |
| const cCamResponse * | Get (int Index) const |
| |
| cCamResponse * | Get (int Index) |
| |
| const cCamResponse * | First (void) const |
| |
| cCamResponse * | First (void) |
| |
| const cCamResponse * | Last (void) const |
| |
| cCamResponse * | Last (void) |
| |
| const cCamResponse * | Prev (const cCamResponse *Object) const |
| |
| cCamResponse * | Prev (const cCamResponse *Object) |
| |
| const cCamResponse * | Next (const cCamResponse *Object) const |
| |
| cCamResponse * | Next (const cCamResponse *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) |
| |
| 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 462 of file ci.c.