#include "OSiLReader.h"Include dependency graph for OSiLReader.cpp:

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 3258 of file OSParseosil.cpp.
References osilalloc(), and yy_init_globals().
Referenced by OSiLReader::OSiLReader().
| int osillex_destroy | ( | void * | scanner | ) |
Definition at line 3349 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 osillex_init_extra(), and OSiLReader::OSiLReader().
1.4.7