This is the complete list of members for te::dt::Property, including all inherited members.
clone() const =0 | te::dt::Property | pure virtual |
getDatasetName() const | te::dt::Property | 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 =0 | te::dt::Property | pure virtual |
m_datasetName | te::dt::Property | protected |
m_id | te::dt::Property | protected |
m_name | te::dt::Property | protected |
m_parent | te::dt::Property | protected |
m_type | te::dt::Property | protected |
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 | |
setDatasetName(const std::string &dsName) | te::dt::Property | inline |
setId(unsigned int id) | te::dt::Property | inline |
setName(const std::string &name) | te::dt::Property | inline |
setParent(Property *p) | te::dt::Property | inline |
~Property() | te::dt::Property | inlinevirtual |