ACE_Parse_Node Class Reference

Provide the base of the object hierarchy that defines the parse tree of Service Nodes. More...

#include <Parse_Node.h>

Inheritance diagram for ACE_Parse_Node:
Inheritance graph
[legend]
Collaboration diagram for ACE_Parse_Node:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ACE_Parse_Node (void)
 ACE_Parse_Node (const ACE_TCHAR *name)
virtual ~ACE_Parse_Node (void)
ACE_Parse_Nodelink (void) const
void link (ACE_Parse_Node *)
virtual void apply (ACE_Service_Gestalt *cfg, int &yyerrno)=0
 Will update the yyereno member and/or the corresponding configuration.
const ACE_TCHARname (void) const
void print (void) const
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_TCHARname_
ACE_Parse_Nodenext_

Detailed Description

Provide the base of the object hierarchy that defines the parse tree of Service Nodes.

Note:
This class is only meant for INTERNAL use by ACE.

For internal use only.


Constructor & Destructor Documentation

ACE_Parse_Node::ACE_Parse_Node ( void   ) 
ACE_Parse_Node::ACE_Parse_Node ( const ACE_TCHAR name  )  [explicit]
virtual ACE_Parse_Node::~ACE_Parse_Node ( void   )  [virtual]

Member Function Documentation

virtual void ACE_Parse_Node::apply ( ACE_Service_Gestalt cfg,
int &  yyerrno 
) [pure virtual]

Will update the yyereno member and/or the corresponding configuration.

Implemented in ACE_Suspend_Node, ACE_Resume_Node, ACE_Remove_Node, ACE_Static_Node, ACE_Dynamic_Node, ACE_Stream_Node, and ACE_Dummy_Node.

void ACE_Parse_Node::dump ( void   )  const
void ACE_Parse_Node::link ( ACE_Parse_Node  ) 
ACE_Parse_Node* ACE_Parse_Node::link ( void   )  const
const ACE_TCHAR* ACE_Parse_Node::name ( void   )  const
void ACE_Parse_Node::print ( void   )  const

Member Data Documentation

Declare the dynamic allocation hooks.

Reimplemented in ACE_Suspend_Node, ACE_Resume_Node, ACE_Remove_Node, ACE_Static_Node, ACE_Dynamic_Node, ACE_Stream_Node, and ACE_Dummy_Node.

const ACE_TCHAR* ACE_Parse_Node::name_ [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Fri Sep 11 03:57:34 2009 for ACE by  doxygen 1.6.1