Public Member Functions | Private Attributes

TAO_PSDL_Identifier Class Reference

**************************************************************** More...

#include <PSDL_Node.h>

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

List of all members.

Public Member Functions

 TAO_PSDL_Identifier (char *value)
 ****************************************************************
 TAO_PSDL_Identifier (int value_type)
virtual ~TAO_PSDL_Identifier (void)
char * value (void) const
 Get the value.
int value_type (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

char * value_
 The values.
int value_type_

Detailed Description

****************************************************************

Definition at line 1362 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Identifier::TAO_PSDL_Identifier ( char *  value  ) 

****************************************************************

Definition at line 2014 of file PSDL_Node.cpp.

TAO_PSDL_Identifier::TAO_PSDL_Identifier ( int  value_type  ) 

Definition at line 2021 of file PSDL_Node.cpp.

TAO_PSDL_Identifier::~TAO_PSDL_Identifier ( void   )  [virtual]

Definition at line 2026 of file PSDL_Node.cpp.

{
  if (this->value_ != 0)
    delete this->value_;
}


Member Function Documentation

int TAO_PSDL_Identifier::accept ( TAO_PSDL_Node_Visitor visitor  )  [virtual]

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 2047 of file PSDL_Node.cpp.

{
  return visitor->visit_identifier  (this);
}

char * TAO_PSDL_Identifier::value ( void   )  const

Get the value.

Definition at line 2034 of file PSDL_Node.cpp.

{
  return this->value_;
}

int TAO_PSDL_Identifier::value_type ( void   )  const

Definition at line 2040 of file PSDL_Node.cpp.

{
  return this->value_type_;
}


Member Data Documentation

char* TAO_PSDL_Identifier::value_ [private]

The values.

Definition at line 1382 of file PSDL_Node.h.

Definition at line 1383 of file PSDL_Node.h.


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