#include <IdentifinderParser.hpp>
Inheritance diagram for IdentifinderParser:

Public Methods | |
| IdentifinderParser () | |
| void | parseFile (char *filename) |
| Parse a file. | |
| void | parseBuffer (char *buf, int len) |
| Parse a buffer. | |
| long | fileTell () |
| return the current byte position of the file being parsed | |
|
|
|
|
|
return the current byte position of the file being parsed
Implements Parser. |
|
||||||||||||
|
Parse a buffer.
Implements Parser. |
|
|
Parse a file.
Implements Parser. |
1.2.18