#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 | ) |
Definition at line 10 of file PSDL_Extern.cpp.
{
// Constructor
}
void TAO_PSDL_Extern::TAO_PSDL_Extern_yyin | ( | FILE * | fp | ) |
Definition at line 22 of file PSDL_Extern.cpp.
{ TAO_PSDL_yyin = fp; }
int TAO_PSDL_Extern::TAO_PSDL_Extern_yyparse | ( | void * | result | ) |
Definition at line 16 of file PSDL_Extern.cpp.
{ return TAO_PSDL_yyparse (result); }
TAO_PSDL_Node * TAO_PSDL_Extern::TAO_PSDL_Extern_yyval | ( | void | ) |
Definition at line 28 of file PSDL_Extern.cpp.
{ return yyval; }