Version Information.
More...
#include <CPACSVersionInfo.h>
|
| std::string | m_cpacsVersion |
| | CPACS version of the dataset according to the Semantic Versioning 2.0.0 standard.
|
| |
| std::string | m_creator |
| | Creator of initial CPACS dataset.
|
| |
| std::string | m_description |
| | Description.
|
| |
| CPACSVersionInfos * | m_parent |
| |
| std::time_t | m_timestamp |
| | Timestamp of initial CPACS dataset creation.
|
| |
| std::string | m_version |
| | Reference to the <version> element in the <header> node, for which additional metadata is specified. The <version> element follows Semantic Versioning 2.0.0 standard, as does the corresponding attribute link.
|
| |
◆ CPACSVersionInfo() [1/3]
◆ ~CPACSVersionInfo()
| virtual TIGL_EXPORT tigl::generated::CPACSVersionInfo::~CPACSVersionInfo |
( |
| ) |
|
|
virtual |
◆ CPACSVersionInfo() [2/3]
| tigl::generated::CPACSVersionInfo::CPACSVersionInfo |
( |
const CPACSVersionInfo & | | ) |
|
|
privatedelete |
◆ CPACSVersionInfo() [3/3]
◆ GetCpacsVersion()
| virtual TIGL_EXPORT const std::string & tigl::generated::CPACSVersionInfo::GetCpacsVersion |
( |
| ) |
const |
|
virtual |
◆ GetCreator()
| virtual TIGL_EXPORT const std::string & tigl::generated::CPACSVersionInfo::GetCreator |
( |
| ) |
const |
|
virtual |
◆ GetDescription()
| virtual TIGL_EXPORT const std::string & tigl::generated::CPACSVersionInfo::GetDescription |
( |
| ) |
const |
|
virtual |
◆ GetNextUIDParent() [1/2]
◆ GetNextUIDParent() [2/2]
◆ GetParent() [1/2]
◆ GetParent() [2/2]
◆ GetTimestamp()
| virtual TIGL_EXPORT const std::time_t & tigl::generated::CPACSVersionInfo::GetTimestamp |
( |
| ) |
const |
|
virtual |
◆ GetVersion()
| virtual TIGL_EXPORT const std::string & tigl::generated::CPACSVersionInfo::GetVersion |
( |
| ) |
const |
|
virtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ ReadCPACS()
| virtual TIGL_EXPORT void tigl::generated::CPACSVersionInfo::ReadCPACS |
( |
const TixiDocumentHandle & | tixiHandle, |
|
|
const std::string & | xpath ) |
|
virtual |
◆ SetCpacsVersion()
| virtual TIGL_EXPORT void tigl::generated::CPACSVersionInfo::SetCpacsVersion |
( |
const std::string & | value | ) |
|
|
virtual |
◆ SetCreator()
| virtual TIGL_EXPORT void tigl::generated::CPACSVersionInfo::SetCreator |
( |
const std::string & | value | ) |
|
|
virtual |
◆ SetDescription()
| virtual TIGL_EXPORT void tigl::generated::CPACSVersionInfo::SetDescription |
( |
const std::string & | value | ) |
|
|
virtual |
◆ SetTimestamp()
| virtual TIGL_EXPORT void tigl::generated::CPACSVersionInfo::SetTimestamp |
( |
const std::time_t & | value | ) |
|
|
virtual |
◆ SetVersion()
| virtual TIGL_EXPORT void tigl::generated::CPACSVersionInfo::SetVersion |
( |
const std::string & | value | ) |
|
|
virtual |
◆ WriteCPACS()
| virtual TIGL_EXPORT void tigl::generated::CPACSVersionInfo::WriteCPACS |
( |
const TixiDocumentHandle & | tixiHandle, |
|
|
const std::string & | xpath ) const |
|
virtual |
◆ m_cpacsVersion
| std::string tigl::generated::CPACSVersionInfo::m_cpacsVersion |
|
protected |
CPACS version of the dataset according to the Semantic Versioning 2.0.0 standard.
◆ m_creator
| std::string tigl::generated::CPACSVersionInfo::m_creator |
|
protected |
Creator of initial CPACS dataset.
◆ m_description
| std::string tigl::generated::CPACSVersionInfo::m_description |
|
protected |
◆ m_parent
◆ m_timestamp
| std::time_t tigl::generated::CPACSVersionInfo::m_timestamp |
|
protected |
Timestamp of initial CPACS dataset creation.
◆ m_version
| std::string tigl::generated::CPACSVersionInfo::m_version |
|
protected |
Reference to the <version> element in the <header> node, for which additional metadata is specified. The <version> element follows Semantic Versioning 2.0.0 standard, as does the corresponding attribute link.
The documentation for this class was generated from the following file: