Classes | |
| class | _Impl |
Functions | |
| vhdClassTypeRef | getClassTypeByID (vhtUInt32 classTypeID) |
| vhdClassTypeRef | getClassTypeByName (const std::string &classTypeName) |
| vhtSize32 | getNumberOfClassTypes () |
| vhdClassTypeRef | getClassTypeByIndex (vhtSize32 index) |
| vhdClassType (const std::string &classTypeName) | |
| vhdClassType (vhdClassTypeRef superClassType, const std::string &classTypeName) | |
| ~vhdClassType () | |
| vhdClassTypeRef | getSuperClassType () const |
| const std::string & | getClassTypeName () const |
| vhtUInt32 | getClassTypeID () const |
| vhtSize32 | getNumberOfSubClassTypes () const |
| vhdClassTypeRef | getSubClassType (vhtSize32 index) const |
| vhtBool | hasSuperClassType (vhtUInt32 classTypeID) const |
| vhtBool | hasSuperClassType (vhdClassTypeRef classType) const |
| vhtBool | hasSuperClassType (const std::string &classTypeName) const |
| const vhdClassType::IDSet & | getSuperClassTypeIDSet () const |
| const vhdClassType::Set & | getSuperClassTypeSet () const |
| const vhdClassType::IDVector & | getSuperClassTypeIDVector () const |
| const vhdClassType::Vector & | getSuperClassTypeVector () const |
| std::string | toString () const |
| vhdClassTypeRef vhdClassType::getClassTypeByID | ( | vhtUInt32 | classTypeID | ) |
| vhdClassTypeRef vhdClassType::getClassTypeByIndex | ( | vhtSize32 | index | ) |
| vhdClassTypeRef vhdClassType::getClassTypeByName | ( | const std::string & | classTypeName | ) |
| vhtUInt32 vhdClassType::getClassTypeID | ( | ) | const |
| const std::string& vhdClassType::getClassTypeName | ( | ) | const |
| vhtSize32 vhdClassType::getNumberOfClassTypes | ( | ) |
| vhtSize32 vhdClassType::getNumberOfSubClassTypes | ( | ) | const |
| vhdClassTypeRef vhdClassType::getSubClassType | ( | vhtSize32 | index | ) | const |
| vhdClassTypeRef vhdClassType::getSuperClassType | ( | ) | const |
| const vhdClassType::IDSet& vhdClassType::getSuperClassTypeIDSet | ( | ) | const |
| const vhdClassType::IDVector& vhdClassType::getSuperClassTypeIDVector | ( | ) | const |
| const vhdClassType::Set& vhdClassType::getSuperClassTypeSet | ( | ) | const |
| const vhdClassType::Vector& vhdClassType::getSuperClassTypeVector | ( | ) | const |
| vhtBool vhdClassType::hasSuperClassType | ( | const std::string & | classTypeName | ) | const |
| vhtBool vhdClassType::hasSuperClassType | ( | vhdClassTypeRef | classType | ) | const |
| std::string vhdClassType::toString | ( | ) | const |
| vhdClassType::vhdClassType | ( | vhdClassTypeRef | superClassType, | |
| const std::string & | classTypeName | |||
| ) |
| vhdClassType::vhdClassType | ( | const std::string & | classTypeName | ) |
| vhdClassType::~vhdClassType | ( | ) |
1.5.1-p1