This is the complete list of members for te::dt::Property, including all inherited members.
| clone() const =0 | te::dt::Property | pure virtual |
| 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_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) | te::dt::Property | |
| Property(const Property &rhs) | te::dt::Property | |
| 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 |