This is the complete list of members for te::dt::BitProperty, including all inherited members.
BitProperty(const std::string &name, std::size_t nbits=1, bool isRequired=false, std::string *defaultValue=0, unsigned int id=0, Property *parent=0) | te::dt::BitProperty | |
BitProperty(const BitProperty &rhs) | te::dt::BitProperty | |
clone() const | te::dt::BitProperty | virtual |
getDatasetName() const | te::dt::Property | inline |
getDefaultValue() const | te::dt::SimpleProperty | inline |
getId() const | te::dt::Property | inline |
getName() const | te::dt::Property | inline |
getParent() const | te::dt::Property | inline |
getType() const | te::dt::Property | inline |
has(Property *p) const | te::dt::SimpleProperty | virtual |
isAutoNumber() const | te::dt::SimpleProperty | inline |
isRequired() const | te::dt::SimpleProperty | inline |
m_datasetName | te::dt::Property | protected |
m_defaultValue | te::dt::SimpleProperty | protected |
m_id | te::dt::Property | protected |
m_isAutoNumber | te::dt::SimpleProperty | protected |
m_isRequired | te::dt::SimpleProperty | protected |
m_name | te::dt::Property | protected |
m_nbits | te::dt::BitProperty | protected |
m_parent | te::dt::Property | protected |
m_type | te::dt::Property | protected |
numBits() const | te::dt::BitProperty | inline |
operator=(const BitProperty &rhs) | te::dt::BitProperty | |
te::dt::SimpleProperty::operator=(const SimpleProperty &rhs) | te::dt::SimpleProperty | |
te::dt::Property::operator=(const Property &rhs) | te::dt::Property | |
Property(const std::string &name, int datatype, unsigned int id=0, Property *parent=0, const std::string &dsName="") | te::dt::Property | |
Property(const Property &rhs) | te::dt::Property | |
setAutoNumber(bool a) | te::dt::SimpleProperty | inline |
setDatasetName(const std::string &dsName) | te::dt::Property | inline |
setDefaultValue(std::string *d) | te::dt::SimpleProperty | |
setId(unsigned int id) | te::dt::Property | inline |
setName(const std::string &name) | te::dt::Property | inline |
setNumBits(std::size_t s) | te::dt::BitProperty | inline |
setParent(Property *p) | te::dt::Property | inline |
setRequired(bool r) | te::dt::SimpleProperty | inline |
SimpleProperty(const std::string &name, int datatype, bool isRequired=false, std::string *defaultValue=0, unsigned int id=0, Property *parent=0) | te::dt::SimpleProperty | |
SimpleProperty(const SimpleProperty &rhs) | te::dt::SimpleProperty | |
~BitProperty() | te::dt::BitProperty | inline |
~Property() | te::dt::Property | inlinevirtual |
~SimpleProperty() | te::dt::SimpleProperty | virtual |