#include <bbtkData.h>
Public Member Functions | |
DataInfo (TypeInfo type, const std::string &nature="") | |
~DataInfo () | |
TypeInfo | GetType () const |
const std::string & | GetNature () const |
bool | operator== (const DataInfo &k) const |
Equality. | |
bool | operator< (const DataInfo &k) const |
Comparison. | |
Private Member Functions | |
DataInfo () | |
Private Attributes | |
TypeInfo | mType |
std::string | mNature |
Definition at line 54 of file bbtkData.h.
bbtk::DataInfo::DataInfo | ( | TypeInfo | type, | |
const std::string & | nature = "" | |||
) | [inline] |
bbtk::DataInfo::~DataInfo | ( | ) | [inline] |
bbtk::DataInfo::DataInfo | ( | ) | [inline, private] |
const std::string& bbtk::DataInfo::GetNature | ( | ) | const [inline] |
Definition at line 64 of file bbtkData.h.
References mNature.
Referenced by bbtk::Factory::FindWidgetAdaptor2(), and bbtk::operator<<().
00064 { return mNature; }
TypeInfo bbtk::DataInfo::GetType | ( | ) | const [inline] |
Definition at line 63 of file bbtkData.h.
References mType.
Referenced by bbtk::Factory::FindWidgetAdaptor2(), and bbtk::operator<<().
00063 { return mType; }
bool bbtk::DataInfo::operator< | ( | const DataInfo & | k | ) | const [inline] |
bool bbtk::DataInfo::operator== | ( | const DataInfo & | k | ) | const [inline] |
std::string bbtk::DataInfo::mNature [private] |
TypeInfo bbtk::DataInfo::mType [private] |