NAME
ACE_Static_Node -
Handle a statically linked node.
SYNOPSIS
#include <ace/Parse_Node.h>
class ACE_Static_Node : public ACE_Parse_Node
{
public:
ACE_Static_Node (const char *name, char *params = 0);
virtual ~ACE_Static_Node (void);
virtual void apply (void);
virtual const ACE_Service_Record *record (void) const;
char *parameters (void) const;
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;
private:
char *parameters_;
};
PUBLIC MEMBERS
ACE_Static_Node (const char *name, char *params = 0);
virtual ~ACE_Static_Node (void);
virtual void apply (void);
virtual const ACE_Service_Record *record (void) const;
char *parameters (void) const;
void dump (void) const;
Dump the state of an object.
ACE_ALLOC_HOOK_DECLARE;
Declare the dynamic allocation hooks.
PRIVATE MEMBERS
char *parameters_;
AUTHOR
Doug Schmidt
LIBRARY
ace