|
The Psyche Project
|
Public Types | |
| typedef ElemT *const * | iterator |
Public Member Functions | |
| TextElementTable (const TextElementTable &)=delete | |
| void | operator= (const TextElementTable &)=delete |
| iterator | begin () const |
| iterator | end () const |
| bool | empty () const |
| unsigned int | size () const |
| const ElemT * | at (unsigned int idx) const |
| const ElemT * | find (const char *chars, unsigned int size) const |
| const ElemT * | findOrInsert (const char *chars, unsigned int size) |
| void | reset () |
1.8.18