#include "OSiLReader.h"
Go to the source code of this file.
Functions | |
void | yygetOSInstance (const char *osil, OSInstance *osinstance, OSiLParserData *parserData) throw (ErrorClass) |
int | osillex_init (void **ptr_yy_globals) |
int | osillex_destroy (void *scanner) |
void | osilset_extra (OSiLParserData *parserData, void *yyscanner) |
Definition in file OSiLReader.cpp.
void yygetOSInstance | ( | const char * | osil, | |
OSInstance * | osinstance, | |||
OSiLParserData * | parserData | |||
) | throw (ErrorClass) |
Referenced by OSiLReader::readOSiL().
int osillex_init | ( | void ** | ptr_yy_globals | ) |
Definition at line 3235 of file OSParseosil.cpp.
References osilalloc(), and yy_init_globals().
Referenced by OSiLReader::OSiLReader().
int osillex_destroy | ( | void * | scanner | ) |
Definition at line 3290 of file OSParseosil.cpp.
References osil_delete_buffer(), osilfree(), osilpop_buffer_state(), yyguts_t::yy_buffer_stack, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_init_globals(), and yyguts_t::yy_start_stack.
Referenced by OSiLReader::~OSiLReader().
void osilset_extra | ( | OSiLParserData * | parserData, | |
void * | yyscanner | |||
) |
Referenced by OSiLReader::OSiLReader().