TAO_PSDL_Extern Class Reference

#include <PSDL_Extern.h>

List of all members.

Public Member Functions

 TAO_PSDL_Extern (void)
int TAO_PSDL_Extern_yyparse (void *)
void TAO_PSDL_Extern_yyin (FILE *)
TAO_PSDL_NodeTAO_PSDL_Extern_yyval (void)


Detailed Description

Definition at line 36 of file PSDL_Extern.h.


Constructor & Destructor Documentation

TAO_PSDL_Extern::TAO_PSDL_Extern ( void   ) 

Definition at line 10 of file PSDL_Extern.cpp.

00011 {
00012   // Constructor
00013 }


Member Function Documentation

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 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:50:27 2010 for TAO_PSS by  doxygen 1.4.7