Public Member Functions | Protected Types

ETCL_Constraint Class Reference

#include <ETCL_Constraint.h>

Inheritance diagram for ETCL_Constraint:
Inheritance graph
[legend]

List of all members.

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
}

Detailed Description

Definition at line 35 of file ETCL_Constraint.h.


Member Enumeration Documentation

anonymous enum [protected]
Enumerator:
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
  };


Constructor & Destructor Documentation

ETCL_Constraint::ETCL_Constraint ( void   ) 

Constructor and destructor.

Definition at line 15 of file ETCL_Constraint.cpp.

{
}

ETCL_Constraint::~ETCL_Constraint ( void   )  [virtual]

Definition at line 19 of file ETCL_Constraint.cpp.

{
}


Member Function Documentation

int ETCL_Constraint::accept ( ETCL_Constraint_Visitor visitor  )  [virtual]

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