#include <PSDL_Extern.h>
Public Member Functions | |
TAO_PSDL_Extern (void) | |
int | TAO_PSDL_Extern_yyparse (void *) |
void | TAO_PSDL_Extern_yyin (FILE *) |
TAO_PSDL_Node * | TAO_PSDL_Extern_yyval (void) |
Definition at line 36 of file PSDL_Extern.h.
TAO_PSDL_Extern::TAO_PSDL_Extern | ( | void | ) |
void TAO_PSDL_Extern::TAO_PSDL_Extern_yyin | ( | FILE * | ) |
Definition at line 22 of file PSDL_Extern.cpp.
References TAO_PSDL_yyin.
Referenced by main().
00023 { 00024 TAO_PSDL_yyin = fp; 00025 }
int TAO_PSDL_Extern::TAO_PSDL_Extern_yyparse | ( | void * | ) |
Definition at line 16 of file PSDL_Extern.cpp.
References TAO_PSDL_yyparse().
Referenced by main().
00017 { 00018 return TAO_PSDL_yyparse (result); 00019 }
TAO_PSDL_Node * TAO_PSDL_Extern::TAO_PSDL_Extern_yyval | ( | void | ) |
Definition at line 28 of file PSDL_Extern.cpp.
References yyval.
Referenced by main().
00029 { 00030 return yyval; 00031 }