#include <AttributeRep.h>
Public Member Functions | |
BoolAttributeRep (BON::FCO &ptr) | |
virtual | ~BoolAttributeRep () |
ATTR_TYPE | getType () |
std::string | doDumpErroneousAttrHdr () |
std::string | doDumpErroneousAttrSrc (FCO *) |
Method | createMethodForAttr (FCO *) |
Method | createSetMethodForAttr (FCO *) |
std::string | getMethodName () |
std::string | getSetMethodName () |
BoolAttributeRep (BON::FCO &ptr) | |
virtual | ~BoolAttributeRep () |
ATTR_TYPE | getType () |
std::string | doDumpAttr (const std::string &mm="") |
Definition at line 70 of file BONExtender/Rep/AttributeRep.h.
BoolAttributeRep::BoolAttributeRep | ( | BON::FCO & | ptr | ) | [inline] |
Definition at line 73 of file BONExtender/Rep/AttributeRep.h.
virtual BoolAttributeRep::~BoolAttributeRep | ( | ) | [inline, virtual] |
Definition at line 74 of file BONExtender/Rep/AttributeRep.h.
BoolAttributeRep::BoolAttributeRep | ( | BON::FCO & | ptr | ) | [inline] |
Definition at line 66 of file MetaInterpreter/Rep/AttributeRep.h.
virtual BoolAttributeRep::~BoolAttributeRep | ( | ) | [inline, virtual] |
Definition at line 67 of file MetaInterpreter/Rep/AttributeRep.h.
Implements AttributeRep.
Definition at line 342 of file BONExtender/Rep/AttributeRep.cpp.
Implements AttributeRep.
Definition at line 359 of file BONExtender/Rep/AttributeRep.cpp.
std::string BoolAttributeRep::doDumpAttr | ( | const std::string & | mm = "" |
) | [virtual] |
Implements AttributeRep.
Definition at line 266 of file MetaInterpreter/Rep/AttributeRep.cpp.
std::string BoolAttributeRep::doDumpErroneousAttrHdr | ( | ) | [virtual] |
Implements AttributeRep.
Definition at line 376 of file BONExtender/Rep/AttributeRep.cpp.
std::string BoolAttributeRep::doDumpErroneousAttrSrc | ( | FCO * | ) | [virtual] |
Implements AttributeRep.
Definition at line 396 of file BONExtender/Rep/AttributeRep.cpp.
std::string BoolAttributeRep::getMethodName | ( | ) | [virtual] |
Implements AttributeRep.
Definition at line 330 of file BONExtender/Rep/AttributeRep.cpp.
std::string BoolAttributeRep::getSetMethodName | ( | ) | [virtual] |
Implements AttributeRep.
Definition at line 336 of file BONExtender/Rep/AttributeRep.cpp.
ATTR_TYPE BoolAttributeRep::getType | ( | ) | [inline, virtual] |
Implements AttributeRep.
Definition at line 68 of file MetaInterpreter/Rep/AttributeRep.h.
ATTR_TYPE BoolAttributeRep::getType | ( | ) | [inline, virtual] |
Implements AttributeRep.
Definition at line 75 of file BONExtender/Rep/AttributeRep.h.