#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Literal:
Public Member Functions | |
TAO_PSDL_Literal (CORBA::Boolean boolean_value) | |
**************************************************************** | |
TAO_PSDL_Literal (int int_value) | |
TAO_PSDL_Literal (double double_value) | |
TAO_PSDL_Literal (const char *char_value) | |
virtual | ~TAO_PSDL_Literal (void) |
CORBA::Boolean | boolean_value (void) const |
Get the value. | |
int | int_value (void) const |
double | double_value (void) const |
const char * | char_value (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
CORBA::Boolean | boolean_value_ |
The values. | |
int | int_value_ |
double | double_value_ |
const char * | char_value_ |
|
****************************************************************
|
|
|
|
|
|
|
|
|
|
= The Node methods.
Implements TAO_PSDL_Node. |
|
Get the value.
|
|
|
|
|
|
|
|
The values.
|
|
|
|
|
|
|