#include <ConstraintFuncRep.h>
Public Member Functions | |
ConstraintFuncRep (BON::FCO &ptr) | |
std::string | doDump () |
std::string | getName () const |
Any::KIND_TYPE | getMyKind () const |
Protected Member Functions | |
void | fetch () |
Protected Attributes | |
std::string | m_context |
std::string | m_returntype |
std::string | m_stereotype |
std::string | m_definition |
std::string | m_parameterlist |
std::string | m_defdForNamesp |
Definition at line 7 of file ConstraintFuncRep.h.
ConstraintFuncRep::ConstraintFuncRep | ( | BON::FCO & | ptr | ) |
Definition at line 13 of file ConstraintFuncRep.cpp.
std::string ConstraintFuncRep::doDump | ( | ) | [virtual] |
z dump either the m_namespace variable /or/ the specific defdForNamesp variable owned by this z m_namespace or m_defdForNamesp z dump only if the object belongs to main namespace
Implements Any.
Definition at line 86 of file ConstraintFuncRep.cpp.
void ConstraintFuncRep::fetch | ( | ) | [protected] |
Definition at line 20 of file ConstraintFuncRep.cpp.
Any::KIND_TYPE ConstraintFuncRep::getMyKind | ( | ) | const [inline, virtual] |
Implements Any.
Definition at line 13 of file ConstraintFuncRep.h.
std::string ConstraintFuncRep::getName | ( | ) | const [virtual] |
Reimplemented from Any.
Definition at line 80 of file ConstraintFuncRep.cpp.
std::string ConstraintFuncRep::m_context [protected] |
Definition at line 17 of file ConstraintFuncRep.h.
std::string ConstraintFuncRep::m_defdForNamesp [protected] |
Definition at line 22 of file ConstraintFuncRep.h.
std::string ConstraintFuncRep::m_definition [protected] |
Definition at line 20 of file ConstraintFuncRep.h.
std::string ConstraintFuncRep::m_parameterlist [protected] |
Definition at line 21 of file ConstraintFuncRep.h.
std::string ConstraintFuncRep::m_returntype [protected] |
Definition at line 18 of file ConstraintFuncRep.h.
std::string ConstraintFuncRep::m_stereotype [protected] |
Definition at line 19 of file ConstraintFuncRep.h.