|
GCpp general purpose C++ library
version 1.0
|
This is the complete list of members for GItemList, including all inherited members.
| __Add(GItem *item) | GNamedListT< GItem > | protectedvirtual |
| __AddSorted(GItem *item) | GSortListT< GItem > | protectedvirtual |
| __Exist(const GItem *ptr, GListIterT< GItem > *except=NULL) const | GListT< GItem > | protectedvirtual |
| __Find(const GItem *ptr, GListIterT< GItem > *except=NULL) const | GListT< GItem > | protectedvirtual |
| __FindName(const string &obj_name, const char smod= 'f') const | GNamedListT< GItem > | protectedvirtual |
| __Insert(GItem *item) | GNamedListT< GItem > | protectedvirtual |
| __MoveDown() | GListT< GItem > | protectedvirtual |
| __MoveUp() | GListT< GItem > | protectedvirtual |
| __Swap(GListIterT< GItem > *iter) | GListT< GItem > | protectedvirtual |
| __Take() | GListT< GItem > | protectedvirtual |
| Add(GItem *obj_ptr) | GListT< GItem > | protectedvirtual |
| Add(GItem &obj_ptr) | GListT< GItem > | protectedvirtual |
| AddItem(const GItem &item) | GItemList | inlinevirtual |
| AddItem(GItem *item) | GItemList | inlinevirtual |
| AddItem(const string &s, void *ptr=NULL) | GItemList | inlinevirtual |
| Append(GItem *obj_ptr) | GListT< GItem > | protectedvirtual |
| Append(GItem &obj_ptr) | GListT< GItem > | protectedvirtual |
| At(u_int n) const | GListT< GItem > | protected |
| Begin() const | GListT< GItem > | protectedvirtual |
| CheckOptions(u_int opts) const | GCollectionT< GItem > | protected |
| ClassName() const (defined in GItemList) | GItemList | inlinevirtual |
| Clone() const (defined in GItemList) | GItemList | inlinevirtual |
| Compare(const GItem &obj1, const GItem &obj2) const | GNamedListT< GItem > | protectedvirtual |
| count_item | GCollectionT< GItem > | protected |
| CreateNamesTable() const | GNamedListT< GItem > | protectedvirtual |
| Current() const | GListT< GItem > | protected |
| current_item | GListT< GItem > | protected |
| DictSortOption() const | GCollectionT< GItem > | protected |
| Empty() | GListT< GItem > | protectedvirtual |
| End() const | GListT< GItem > | protectedvirtual |
| Exist(const GItem *ptr) const | GListT< GItem > | protectedvirtual |
| ExistName(const string &obj_name) const | GNamedListT< GItem > | protectedvirtual |
| Find(const GItem *ptr) const | GListT< GItem > | protectedvirtual |
| FindFirst(const GItem *ptr) const | GListT< GItem > | protectedvirtual |
| FindLast(const GItem *ptr) const | GListT< GItem > | protectedvirtual |
| FindName(const string &obj_name, const char smod= 'f') const | GNamedListT< GItem > | protectedvirtual |
| FindNameFirst(const string &obj_name) const | GNamedListT< GItem > | protectedvirtual |
| FindNameLast(const string &obj_name) const | GNamedListT< GItem > | protectedvirtual |
| FindNameNext(const string &obj_name) const | GNamedListT< GItem > | protectedvirtual |
| FindNamePrevious(const string &obj_name) const | GNamedListT< GItem > | protectedvirtual |
| FindNext(const GItem *ptr) const | GListT< GItem > | protectedvirtual |
| FindPrevious(const GItem *ptr) const | GListT< GItem > | protectedvirtual |
| First() const | GListT< GItem > | protected |
| first_item | GListT< GItem > | protected |
| FixPositionOption() const | GCollectionT< GItem > | protected |
| GCollectionT(u_int flg=0) | GCollectionT< GItem > | protected |
| GetCount() const | GCollectionT< GItem > | protectedvirtual |
| GetOptions() const | GCollectionT< GItem > | protectedvirtual |
| GetSelectedNumber() const | GItemList | virtual |
| GetSize() const | GCollectionT< GItem > | protectedvirtual |
| GItemList(const u_int fl=0) | GItemList | inline |
| GItemList(const GItemList &original) | GItemList | inline |
| GListT(u_int opts=0) | GListT< GItem > | protected |
| GListT(const GListT< GItem > &list) | GListT< GItem > | protected |
| GListT(const GListT< GItem > &list, u_int opts) | GListT< GItem > | protected |
| GNamedListT(u_int fl=0) | GNamedListT< GItem > | protected |
| GNamedListT(const GNamedListT< GItem > &list) | GNamedListT< GItem > | protected |
| GNamedListT(const GNamedListT< GItem > &list, u_int fl) | GNamedListT< GItem > | protected |
| Goto(u_int n=0) const | GListT< GItem > | protected |
| GSortListT(u_int fl=0) | GSortListT< GItem > | protected |
| GSortListT(const GSortListT< GItem > &list) | GSortListT< GItem > | protected |
| GSortListT(const GListT< GItem > &list) | GSortListT< GItem > | protected |
| GSortListT(const GListT< GItem > &list, u_int fl) | GSortListT< GItem > | protected |
| Index() const | GListT< GItem > | protected |
| Insert(GItem *obj_ptr) | GListT< GItem > | protectedvirtual |
| Insert(GItem &obj_ptr) | GListT< GItem > | protectedvirtual |
| IsAlwaysSorted() const | GCollectionT< GItem > | protected |
| IsCaseSensitive() const | GCollectionT< GItem > | protected |
| IsInstanceOf() const | GItemList | inline |
| IsInstanceOf() (defined in GItemList) | GItemList | inline |
| IsReverseSorted() const | GCollectionT< GItem > | protected |
| IsSortable() const | GCollectionT< GItem > | protected |
| IsSorted() const | GSortListT< GItem > | protectedvirtual |
| iterator typedef | GItemList | |
| Last() const | GListT< GItem > | protected |
| last_item | GListT< GItem > | protected |
| Move(int n) | GListT< GItem > | protectedvirtual |
| MoveBottom() | GListT< GItem > | protectedvirtual |
| MoveDown() | GListT< GItem > | protectedvirtual |
| MoveTop() | GListT< GItem > | protectedvirtual |
| MoveUp() | GListT< GItem > | protectedvirtual |
| Next() const | GListT< GItem > | protected |
| Null() | GListT< GItem > | protectedstatic |
| operator=(const GItemList &original) | GItemList | inline |
| GNamedListT< GItem >::operator=(const GNamedListT< GItem > &list) | GNamedListT< GItem > | protected |
| GSortListT< GItem >::operator=(const GListT< GItem > &list) | GSortListT< GItem > | protected |
| options | GCollectionT< GItem > | protected |
| Prepend(GItem *obj_ptr) | GListT< GItem > | protectedvirtual |
| Prepend(GItem &obj_ptr) | GListT< GItem > | protectedvirtual |
| Previous() const | GListT< GItem > | protected |
| Print(FILE *fp=stdout, const string &prefix="") const | GNamedListT< GItem > | protectedvirtual |
| Print(ostream &os, const string &prefix="") const | GNamedListT< GItem > | protectedvirtual |
| Remove() | GItemList | inlinevirtual |
| GNamedListT< GItem >::Remove(const GItem *ptr, bool all=true) | GListT< GItem > | protectedvirtual |
| ReverseSort() | GSortListT< GItem > | protectedvirtual |
| Select(const u_int n, const bool b=true) | GItemList | virtual |
| SelectAll(const bool b=true) | GItemList | inlinevirtual |
| SetCaseSensitive(bool b=true) | GNamedListT< GItem > | protectedvirtual |
| SetDictSort(bool b=true) | GNamedListT< GItem > | protectedvirtual |
| SetNamesTable(string table[]) const | GNamedListT< GItem > | protectedvirtual |
| Sort() | GSortListT< GItem > | protectedvirtual |
| StaticClassName() (defined in GItemList) | GItemList | inlinestatic |
| Take() | GListT< GItem > | protectedvirtual |
| Take(const GItem *ptr) | GListT< GItem > | protectedvirtual |
| UniqueNameOption() const | GCollectionT< GItem > | protected |
| ~GCollectionT() | GCollectionT< GItem > | protectedvirtual |
| ~GItemList() | GItemList | inlinevirtual |
| ~GListT() | GListT< GItem > | protectedvirtual |
| ~GNamedListT() | GNamedListT< GItem > | protectedvirtual |
| ~GSortListT() | GSortListT< GItem > | protectedvirtual |