Public Member Functions | |
| Char_Buff () | |
| void | flush () |
| void | reset () |
| void | expect (unsigned int n) |
| unsigned int | length () |
| Char_Buff & | operator+= (char c) |
| char | pop () |
| bool | operator== (const char *text) |
| bool | operator!= (const char *text) |
| char | first () const throw () |
Public Attributes | |
| char | chars [len+1] |
| unsigned int | pos |
| Text | content |
Static Public Attributes | |
| static const unsigned int | len = 100 |
|
|
Definition at line 58 of file ParseImports.C. |
|
|
Definition at line 84 of file ParseImports.C. References flush(), len, and pos. Referenced by operator+=(). |
|
|
Definition at line 168 of file ParseImports.C. References chars, content, and Text::Empty(). |
|
|
Definition at line 65 of file ParseImports.C. References chars, content, and pos. Referenced by expect(), operator!=(), and operator==(). |
|
|
Definition at line 97 of file ParseImports.C. References content, Text::Empty(), Text::Length(), and pos. |
|
|
Definition at line 152 of file ParseImports.C. References chars, content, Text::Empty(), flush(), and pos. |
|
|
Definition at line 103 of file ParseImports.C. |
|
|
Definition at line 139 of file ParseImports.C. References chars, content, Text::Empty(), flush(), and pos. |
|
|
Definition at line 111 of file ParseImports.C. References chars, content, Text::Empty(), Text::Length(), pos, and Text::Sub(). |
|
|
Definition at line 76 of file ParseImports.C. |
|
|
Definition at line 49 of file ParseImports.C. Referenced by first(), flush(), operator!=(), operator+=(), operator==(), and pop(). |
|
|
Definition at line 56 of file ParseImports.C. Referenced by first(), flush(), length(), operator!=(), operator==(), pop(), and reset(). |
|
|
Definition at line 48 of file ParseImports.C. Referenced by expect(). |
|
|
Definition at line 52 of file ParseImports.C. Referenced by expect(), flush(), length(), operator!=(), operator+=(), operator==(), pop(), and reset(). |
1.4.2