#include <Parse_Node.h>
Inheritance diagram for ACE_Static_Function_Node:
Public Methods | |
ACE_EXPLICIT | ACE_Static_Function_Node (const ACE_TCHAR *func_name) |
virtual void * | symbol (int &yyerrno, ACE_Service_Object_Exterminator *=0) |
virtual | ~ACE_Static_Function_Node (void) |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Private Attributes | |
const ACE_TCHAR * | function_name_ |
Name of the function that we're parsing. |
|
|
|
|
|
Dump the state of an object.
Reimplemented from ACE_Location_Node. |
|
Implements ACE_Location_Node. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Location_Node. |
|
Name of the function that we're parsing.
|