OTX-Runtime for C++
|
|
Represents an OTX Structure Signature. More...
#include <IStructureSignature.h>
Public Member Functions | |
virtual const std::vector< std::shared_ptr< OpenTestSystem::Otx::Runtime::Api::DataTypes::StructureElement > > & | GetElements ()=0 |
Get all Structure Elements. More... | |
Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::Otx::Signature::ISignature | |
virtual std::shared_ptr< IDocument > | GetDocument ()=0 |
Gets Document that contains the Signature. More... | |
virtual std::string | GetFullName ()=0 |
Gets Signature full name. More... | |
virtual std::string | GetName ()=0 |
Gets Signature name. More... | |
virtual std::string | GetSpecification ()=0 |
Gets Signature specification. More... | |
Represents an OTX Structure Signature.
|
pure virtual |
Get all Structure Elements.
Implemented in OpenTestSystem::Otx::Runtime::Api::DataTypes::Structure.