|
WSF
|
#include <UtPackSchema.hpp>
Public Member Functions | |
| UtPackSchema () | |
| void | Read (UtmlObject &aInput) |
| void | Resolve () |
| UtPackType * | FindType (const std::string &aTypeName) |
| const UtPackType * | FindType (const std::string &aTypeName) const |
| std::vector< std::string > | GetTypeNames () const |
| const std::string & | GetNamespaceName () const |
Static Public Member Functions | |
| static std::unique_ptr< UtPackType > | ReadType (UtmlObject &aInput, UtPackType &aParentType) |
| UtPackSchema::UtPackSchema | ( | ) |
| UtPackType * UtPackSchema::FindType | ( | const std::string & | aTypeName | ) |
References UtPackType::FindType().
| const UtPackType * UtPackSchema::FindType | ( | const std::string & | aTypeName | ) | const |
References UtPackType::FindType().
|
inline |
| std::vector< std::string > UtPackSchema::GetTypeNames | ( | ) | const |
Referenced by UtPackSerializer::Initialize().
| void UtPackSchema::Read | ( | UtmlObject & | aInput | ) |
References UtmlObject::GetObject(), UtmlObject::GetObjectCount(), UtmlObject::GetType(), and UtmlObject::PropertyValue().
Referenced by WsfEventPipeInterface::AddedToSimulation().
|
static |
References UtmlObject::GetType().
Referenced by UtPackType::ReadNestedTypes().
| void UtPackSchema::Resolve | ( | ) |