#include <ETCL_Constraint.h>

Public Member Functions | |
| ETCL_Constraint (void) | |
| Constructor and destructor. | |
| virtual | ~ETCL_Constraint (void) |
| virtual int | accept (ETCL_Constraint_Visitor *visitor) |
Protected Types | |
| enum | { ACE_ETCL_STRING, ACE_ETCL_DOUBLE, ACE_ETCL_UNSIGNED, ACE_ETCL_SIGNED, ACE_ETCL_INTEGER, ACE_ETCL_BOOLEAN, ACE_ETCL_COMPONENT, ACE_ETCL_UNKNOWN } |
Definition at line 35 of file ETCL_Constraint.h.
anonymous enum [protected] |
| ACE_ETCL_STRING | |
| ACE_ETCL_DOUBLE | |
| ACE_ETCL_UNSIGNED | |
| ACE_ETCL_SIGNED | |
| ACE_ETCL_INTEGER | |
| ACE_ETCL_BOOLEAN | |
| ACE_ETCL_COMPONENT | |
| ACE_ETCL_UNKNOWN |
Definition at line 45 of file ETCL_Constraint.h.
{
ACE_ETCL_STRING,
ACE_ETCL_DOUBLE,
ACE_ETCL_UNSIGNED,
ACE_ETCL_SIGNED,
ACE_ETCL_INTEGER,
ACE_ETCL_BOOLEAN,
ACE_ETCL_COMPONENT,
ACE_ETCL_UNKNOWN
};
| ETCL_Constraint::ETCL_Constraint | ( | void | ) |
| ETCL_Constraint::~ETCL_Constraint | ( | void | ) | [virtual] |
Definition at line 19 of file ETCL_Constraint.cpp.
{
}
| int ETCL_Constraint::accept | ( | ETCL_Constraint_Visitor * | visitor | ) | [virtual] |
Reimplemented in ETCL_Literal_Constraint, ETCL_Identifier, ETCL_Union_Value, ETCL_Union_Pos, ETCL_Component_Pos, ETCL_Component_Assoc, ETCL_Component_Array, ETCL_Special, ETCL_Component, ETCL_Dot, ETCL_Eval, ETCL_Default, ETCL_Exist, ETCL_Unary_Expr, ETCL_Binary_Expr, and ETCL_Preference.
Definition at line 24 of file ETCL_Constraint.cpp.
{
return 0;
}
1.7.0