template<class T, class Cmp = IndexSort> class IndexList |
Defines a list with a case-insensitive index
| IndexList () Default constructor | |
| IndexList (const IndexList& index) Copy constructor | |
| operator= (const IndexList& index) Assignment operator | |
| List () const Index | |
| begin () begin | |
| begin () const begin | |
| end () end | |
| end () const end | |
| Index () const Index | |
| Get (const char* s) Get | |
| Get (const char* s) const Get | |
| GetPos (const char* s) Get position | |
| GetPos (const char* s) const Get position | |
| operator[] (int pos) Element access | |
| operator[] (int pos) const Element access | |
| Add (const T& el) Add | |
| Insert (const T& el) Insert | |
| Remove (typename base_list::iterator pos) Remove | |
| Remove (int pos) Remove | |
| Remove (const char* name) Remove | |
| Clear () Clear | |
| Size () const Size | |
| Empty () const Empty? | |
| Sort () Sort |
Defines a list with a by default case-insensitive index.
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to zweizig_j@ligo-wa.caltech.edu