#include "OSiLReader.h"
Go to the source code of this file.
Functions | |
void | yygetOSInstance (const char *osil, OSInstance *osinstance, OSiLParserData *parserData, OSgLParserData *osglData, OSnLParserData *osnlData) 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, | ||
OSgLParserData * | osglData, | ||
OSnLParserData * | osnlData | ||
) | |||
throw | ( | ErrorClass | |
) |
at this point here we have parsed everything through <linearConstraintCoefficients> we have done so without bison and just moved the pointer on osil to point to what is past the linear part call the flex scanner and start scanning the nonlinear part of the problem
at this point here we have parsed everything through <linearConstraintCoefficients> we have done so without bison and just moved the pointer on osil to point to what is past the linear part call the flex scanner and start scanning the nonlinear part of the problem
Definition at line 8641 of file OSParseosil.tab.cpp.
Definition at line 7419 of file OSParseosil.cpp.
Definition at line 7515 of file OSParseosil.cpp.
void osilset_extra | ( | OSiLParserData * | parserData, |
void * | yyscanner | ||
) |