A set of table indexes.
|
Public Member Functions |
|
int | size () const |
|
int | insert (int at, const IndexField &item) |
|
int | add (const IndexField &item) |
|
int | remove (int index) |
|
int | remove (const NameChar *name) |
|
int | remove_all () |
|
const IndexField & | at (int index) const |
|
const IndexField & | at (const NameChar *name) const |
|
const IndexField & | operator[] (int index) const |
|
const IndexField & | operator[] (const NameChar *name) const |
|
IndexField & | at (int index) |
|
IndexField & | operator[] (int index) |
|
IndexField & | operator[] (const NameChar *name) |
|
int | find (const NameChar *name) const |