#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 10 of file PSDL_Extern.cpp.
00011 {
00012 // Constructor
00013 }
|
|
Definition at line 22 of file PSDL_Extern.cpp. References TAO_PSDL_yyin. Referenced by main().
00023 { 00024 TAO_PSDL_yyin = fp; 00025 } |
|
Definition at line 16 of file PSDL_Extern.cpp. References TAO_PSDL_yyparse(). Referenced by main().
00017 { 00018 return TAO_PSDL_yyparse (result); 00019 } |
|
Definition at line 28 of file PSDL_Extern.cpp. References yyval. Referenced by main().
00029 { 00030 return yyval; 00031 } |