Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
biogears::CUnitStringLexer Class Reference
#include <UnitStringLexer.h>
Public Member Functions | |
| CUnitStringLexer (const std::string &src) | |
| void | GetNextToken (SUnitStringToken &token) |
| void | PeekNextToken (SUnitStringToken &token) |
Protected Member Functions | |
| void | ScanNextToken () |
Private Member Functions | |
| CUnitStringLexer () | |
Private Attributes | |
| std::string | source |
| SUnitStringToken | curToken |
| bool | scanNext |
| std::string::iterator | end |
| std::string::iterator | cursor |
Constructor & Destructor Documentation
|
inline |
|
private |
Member Function Documentation
|
inline |
|
inline |
|
protected |
Member Data Documentation
|
private |
|
private |
|
private |
|
private |
|
private |

