ADTF
|
This is the complete list of members for cScriptStructure, including all inherited members.
_dd (defined in DDStructure) | DDStructure | private |
_initial_alignment (defined in DDStructure) | DDStructure | private |
_struct_type (defined in DDStructure) | DDStructure | private |
add(const QString &strElementName, const QJSValue &oElementType, quint64 nArraySize=1) | cScriptStructure | |
addElement(const std::string &element_name, const dd::DataType &data_type, size_t array_size=1) | DDStructure | |
addElement(const std::string &element_name, const dd::DataType &data_type, size_t array_size, size_t alignment) | DDStructure | |
addElement(const std::string &element_name, const DDDataType &data_type, size_t array_size=1) | DDStructure | |
addElement(const std::string &element_name, const DDDataType &data_type, size_t array_size, size_t alignment) | DDStructure | |
addElement(const std::string &element_name, size_t array_size=1, const std::string &special_type_name={}) | DDStructure | inline |
addElement(const std::string &element_name, size_t array_size, size_t alignment, const std::string &special_type_name={}) | DDStructure | inline |
addElement(const std::string &element_name, const DDEnum &enum_type, size_t array_size, const std::string &constant_value={}) | DDStructure | |
addElement(const std::string &element_name, const DDEnum &enum_type, size_t array_size, size_t alignment, const std::string &constant_value={}) | DDStructure | |
addElement(const std::string &element_name, const DDEnum &enum_type, const std::string &constant_value={}) | DDStructure | |
addElement(const std::string &element_name, const DDStructure &struct_type, size_t array_size=1) | DDStructure | |
addElement(const std::string &element_name, const DDStructure &struct_type, size_t array_size, size_t alignment) | DDStructure | |
addElement(const DDElement &element) | DDStructure | |
addElements(const std::vector< DDElement > &elements) | DDStructure | |
begin() const | DDStructure | inline |
cbegin() const | DDStructure | inline |
cend() const | DDStructure | inline |
const_iterator typedef | DDStructure | |
createElement(const std::string &element_name, const dd::DataType &data_type, size_t array_size=1) | DDStructure | |
createElement(const std::string &element_name, const dd::DataType &data_type, size_t array_size, size_t alignment) | DDStructure | |
createElement(const std::string &element_name, const DDDataType &data_type, size_t array_size=1) | DDStructure | |
createElement(const std::string &element_name, const DDDataType &data_type, size_t array_size, size_t alignment) | DDStructure | |
createElement(const std::string &element_name, size_t array_size=1, const std::string &special_type_name={}) | DDStructure | inline |
createElement(const std::string &element_name, size_t array_size, size_t alignment, const std::string &special_type_name={}) | DDStructure | inline |
createElement(const std::string &element_name, const DDEnum &enum_type, size_t array_size, const std::string &constant_value={}) | DDStructure | |
createElement(const std::string &element_name, const DDEnum &enum_type, size_t array_size, size_t alignment, const std::string &constant_value={}) | DDStructure | |
createElement(const std::string &element_name, const DDEnum &enum_type, const std::string &constant_value={}) | DDStructure | |
createElement(const std::string &element_name, const DDStructure &struct_type, size_t array_size=1) | DDStructure | |
createElement(const std::string &element_name, const DDStructure &struct_type, size_t array_size, size_t alignment) | DDStructure | |
createElement(const DDElement &element) | DDStructure | |
DDStructure()=delete | DDStructure | |
DDStructure(DDStructure &&other) | DDStructure | |
DDStructure(const DDStructure &other) | DDStructure | |
DDStructure(const std::string &name, const uint32_t struct_version=1, dd::OptionalSize alignment={}, const std::string &comment={}, const dd::Version &ddl_version={}) | DDStructure | explicit |
DDStructure(const std::string &name, const std::string &xml_string, const dd::Version &ddl_xml_file_version_to_parse=dd::Version(0, 0)) | DDStructure | explicit |
end() const | DDStructure | inline |
getAlignment() const | DDStructure | |
getDD() const | DDStructure | |
getElement(const std::string &element_name) | DDStructure | |
getSize() const | DDStructure | |
getStructDescription() const | DDStructure | |
getStructName() const | DDStructure | |
getStructType() const | DDStructure | |
isCompatible(const DDStructure &other) const | DDStructure | |
isEqual(const DDStructure &other) const | DDStructure | |
m_oEngine (defined in cScriptStructure) | cScriptStructure | private |
operator=(DDStructure &&other) | DDStructure | |
operator=(const DDStructure &other) | DDStructure | |
popLastElement() (defined in DDStructure) | DDStructure | private |
setElementInfo(const std::string &element_name, const std::string &description={}, const std::string &comment={}, const std::string &value={}, const std::string &minimum_value={}, const std::string &maximum_value={}, const std::string &default_value={}, const std::string &scale={}, const std::string &offset={}) | DDStructure | |
setElementUnit(const std::string &element_name, const DDUnit &unit) | DDStructure | |
setElementUnit(const std::string &element_name, const dd::BaseUnit &base_unit) | DDStructure | |
setStructInfo(const std::string &comment) | DDStructure | |
~DDStructure()=default | DDStructure |