#include <resource_tokenizer.h>
Public Methods | |
| CL_ResourceTokenizer (std::string filename, CL_InputSource *input) | |
| ~CL_ResourceTokenizer () | |
| bool | is_space (char c) |
| bool | is_operator (char c) |
| bool | is_remark (char c, int position) |
| std::string | get_next_token () |
| std::string | write_error (std::string err_msg) |
Private Attributes | |
| int | cur_pos |
| int | cur_line |
| std::string | filename |
| int | total_size |
| unsigned char* | config_file_data |
| bool | in_remark |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 37 of file resource_tokenizer.h. |
|
|
Definition at line 34 of file resource_tokenizer.h. |
|
|
Definition at line 34 of file resource_tokenizer.h. |
|
|
Definition at line 35 of file resource_tokenizer.h. |
|
|
Definition at line 38 of file resource_tokenizer.h. |
|
|
Definition at line 36 of file resource_tokenizer.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001