ACE_Static_Node Class Reference

Handle a statically linked node. More...

#include <Parse_Node.h>

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

List of all members.

Public Member Functions

 ACE_Static_Node (const ACE_TCHAR *name, ACE_TCHAR *params=0)
virtual ~ACE_Static_Node (void)
virtual void apply (ACE_Service_Gestalt *cfg, int &yyerrno)
 Will update the yyereno member and/or the corresponding configuration.
virtual const ACE_Service_Typerecord (const ACE_Service_Gestalt *g) const
ACE_TCHARparameters (void) const
void dump (void) const
 Dump the state of an object.

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.

Private Member Functions

 ACE_Static_Node (const ACE_Static_Node &)
ACE_Static_Nodeoperator= (const ACE_Static_Node &)

Private Attributes

ACE_TCHARparameters_
 "Command-line" parameters.

Detailed Description

Handle a statically linked node.

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

For internal use only.


Constructor & Destructor Documentation

ACE_Static_Node::ACE_Static_Node ( const ACE_TCHAR name,
ACE_TCHAR params = 0 
)
ACE_Static_Node::~ACE_Static_Node ( void   )  [virtual]
ACE_Static_Node::ACE_Static_Node ( const ACE_Static_Node  )  [private]

Member Function Documentation

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

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

Implements ACE_Parse_Node.

Reimplemented in ACE_Dynamic_Node.

void ACE_Static_Node::dump ( void   )  const

Dump the state of an object.

Reimplemented from ACE_Parse_Node.

Reimplemented in ACE_Dynamic_Node.

ACE_Static_Node& ACE_Static_Node::operator= ( const ACE_Static_Node  )  [private]
ACE_TCHAR * ACE_Static_Node::parameters ( void   )  const
const ACE_Service_Type * ACE_Static_Node::record ( const ACE_Service_Gestalt g  )  const [virtual]

Member Data Documentation

Declare the dynamic allocation hooks.

Reimplemented from ACE_Parse_Node.

Reimplemented in ACE_Dynamic_Node.

"Command-line" parameters.


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

Generated by  doxygen 1.6.2