| 30 | TFE_Parser::~TFE_Parser() {} |
| 31 | |
| 32 | void TFE_Parser::init(const char* buffer, size_t len) |
| 33 | { |
| 34 | m_buffer = buffer; |
| 35 | m_bufferLen = len; |
| 36 | } |
| 37 | |
| 38 | // Enable block comments of the form /*...*/ |
| 39 | void TFE_Parser::enableBlockComments() |
no outgoing calls
no test coverage detected