TAO_CosTrader
2.0.8
|
#include "orbsvcs/Trader/Constraint_Nodes.h"
#include "orbsvcs/Trader/Constraint_Visitors.h"
#include "orbsvcs/Trader/trading_serv_export.h"
Classes | |
class | TAO_Interpreter |
TAO_Interpreter is the superclass for all interpreters. Its build tree method invokes the yacc parser to parse a constraint or preference string. More... | |
class | TAO_Lex_String_Input |
Have Lex read from a string and not from stdin. Essentially, the interpreter needs to call yylex() until EOF, and call TAO_Lex_String_Input::reset() with the new string, prior to calling yyparse. More... | |
union | YYSTYPE |
Defines | |
#define | YY_INPUT(b, r, ms) (r = TAO_Lex_String_Input::copy_into(b, ms)) |
#define | yyerror(x) |
#define | YYSTYPE_IS_DECLARED |
Functions | |
int | yyparse (void) |
void | yyrestart (FILE *) |
int | yylex (void) |
Variables | |
YYSTYPE | yylval |
YYSTYPE | yyval |
#define YY_INPUT | ( | b, | |
r, | |||
ms | |||
) | (r = TAO_Lex_String_Input::copy_into(b, ms)) |
#define yyerror | ( | x | ) |
#define YYSTYPE_IS_DECLARED |
int yylex | ( | void | ) |
int yyparse | ( | void | ) |
void yyrestart | ( | FILE * | ) |