#include <AttributeRep.h>
Public Member Functions | |
FieldAttributeRep (BON::FCO &ptr) | |
virtual | ~FieldAttributeRep () |
ATTR_TYPE | getType () |
std::string | doDumpErroneousAttrHdr () |
std::string | doDumpErroneousAttrSrc (FCO *) |
Method | createMethodForAttr (FCO *) |
Method | createSetMethodForAttr (FCO *) |
std::string | getTypeStr () |
std::string | getSetTypeStr () |
std::string | getMethodStr () |
std::string | getMethodName () |
std::string | getSetMethodName () |
FieldAttributeRep (BON::FCO &ptr) | |
virtual | ~FieldAttributeRep () |
ATTR_TYPE | getType () |
std::string | doDumpAttr (const std::string &mm="") |
Definition at line 84 of file BONExtender/Rep/AttributeRep.h.
FieldAttributeRep::FieldAttributeRep | ( | BON::FCO & | ptr | ) | [inline] |
Definition at line 87 of file BONExtender/Rep/AttributeRep.h.
virtual FieldAttributeRep::~FieldAttributeRep | ( | ) | [inline, virtual] |
Definition at line 88 of file BONExtender/Rep/AttributeRep.h.
FieldAttributeRep::FieldAttributeRep | ( | BON::FCO & | ptr | ) | [inline] |
Definition at line 75 of file MetaInterpreter/Rep/AttributeRep.h.
virtual FieldAttributeRep::~FieldAttributeRep | ( | ) | [inline, virtual] |
Definition at line 76 of file MetaInterpreter/Rep/AttributeRep.h.
Implements AttributeRep.
Definition at line 456 of file BONExtender/Rep/AttributeRep.cpp.
Implements AttributeRep.
Definition at line 474 of file BONExtender/Rep/AttributeRep.cpp.
std::string FieldAttributeRep::doDumpAttr | ( | const std::string & | mm = "" |
) | [virtual] |
Implements AttributeRep.
Definition at line 295 of file MetaInterpreter/Rep/AttributeRep.cpp.
std::string FieldAttributeRep::doDumpErroneousAttrHdr | ( | ) | [virtual] |
Implements AttributeRep.
Definition at line 492 of file BONExtender/Rep/AttributeRep.cpp.
std::string FieldAttributeRep::doDumpErroneousAttrSrc | ( | FCO * | ) | [virtual] |
Implements AttributeRep.
Definition at line 511 of file BONExtender/Rep/AttributeRep.cpp.
std::string FieldAttributeRep::getMethodName | ( | ) | [virtual] |
Implements AttributeRep.
Definition at line 402 of file BONExtender/Rep/AttributeRep.cpp.
std::string FieldAttributeRep::getMethodStr | ( | ) |
Definition at line 442 of file BONExtender/Rep/AttributeRep.cpp.
std::string FieldAttributeRep::getSetMethodName | ( | ) | [virtual] |
Implements AttributeRep.
Definition at line 408 of file BONExtender/Rep/AttributeRep.cpp.
std::string FieldAttributeRep::getSetTypeStr | ( | ) |
Definition at line 428 of file BONExtender/Rep/AttributeRep.cpp.
ATTR_TYPE FieldAttributeRep::getType | ( | ) | [inline, virtual] |
Implements AttributeRep.
Definition at line 77 of file MetaInterpreter/Rep/AttributeRep.h.
ATTR_TYPE FieldAttributeRep::getType | ( | ) | [inline, virtual] |
Implements AttributeRep.
Definition at line 89 of file BONExtender/Rep/AttributeRep.h.
std::string FieldAttributeRep::getTypeStr | ( | ) |
Definition at line 414 of file BONExtender/Rep/AttributeRep.cpp.