#include <Parse_Node.h>
Inheritance diagram for ACE_Stream_Node:
Public Member Functions | |
ACE_Stream_Node (const ACE_Static_Node *, const ACE_Parse_Node *) | |
virtual | ~ACE_Stream_Node (void) |
virtual void | apply (ACE_Service_Gestalt *cfg, int &yyerrno) |
Will update the yyereno member and/or the corresponding configuration. | |
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_Stream_Node (const ACE_Stream_Node &) | |
ACE_Stream_Node & | operator= (const ACE_Stream_Node &) |
Private Attributes | |
const ACE_Static_Node * | node_ |
Linked list of modules that are part of the stream. | |
const ACE_Parse_Node * | mods_ |
For internal use only.
ACE_Stream_Node::ACE_Stream_Node | ( | const ACE_Static_Node * | , | |
const ACE_Parse_Node * | ||||
) |
ACE_Stream_Node::~ACE_Stream_Node | ( | void | ) | [virtual] |
ACE_Stream_Node::ACE_Stream_Node | ( | const ACE_Stream_Node & | ) | [private] |
void ACE_Stream_Node::apply | ( | ACE_Service_Gestalt * | cfg, | |
int & | yyerrno | |||
) | [virtual] |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_Stream_Node::dump | ( | void | ) | const |
ACE_Stream_Node& ACE_Stream_Node::operator= | ( | const ACE_Stream_Node & | ) | [private] |
const ACE_Parse_Node* ACE_Stream_Node::mods_ [private] |
const ACE_Static_Node* ACE_Stream_Node::node_ [private] |
Linked list of modules that are part of the stream.