| 
    PLCnext API Documentation
    20.6.0.30321
    
   | 
 
Provides detailed informations for the respective data object. More...
#include <DataInfo.hpp>

Public Member Functions | |
| DataInfo (void)=default | |
| Constructs an DataInfo instance. More... | |
| DataInfo (const DataInfo &arg)=default | |
| Copy constructor. More... | |
| DataInfo (DataInfo &&arg)=default | |
| Move constructor. More... | |
| DataInfo (const DataTag &dataTag) | |
| Constructs an DataInfo instance. More... | |
| DataInfo (const DataTag &dataTag, const ArrayDimension &arrayDimension) | |
| Constructs an DataInfo instance. More... | |
| DataInfo (const DataTag &dataTag, const ArrayDimensions &arrayDimensions) | |
| Constructs an DataInfo instance. More... | |
| DataInfo & | operator= (const DataInfo &arg)=default | 
| Copy assignment operator. More... | |
| DataInfo & | operator= (DataInfo &&arg)=default | 
| ~DataInfo (void)=default | |
| Destructs this instance and frees all resources. More... | |
| bool | IsEmpty (void) const | 
| Determines if this instance is empty. More... | |
| DataTypeEnum & | GetDataType (void) | 
| The data type of this instance. More... | |
| const DataTypeEnum & | GetDataType (void) const | 
| The data type of this instance. More... | |
| DataTag & | GetDataTag (void) | 
| Gets the DataTag . More... | |
| const DataTag & | GetDataTag (void) const | 
| Gets the DataTag . More... | |
| TypeIdentifier & | GetTypeIdentifier (void) | 
| Get type name and namspace. More... | |
| const TypeIdentifier & | GetTypeIdentifier (void) const | 
| Get type name and namspace. More... | |
| ArrayDimensions & | GetArrayDimensions (void) | 
| List of array dimensions information More... | |
| const ArrayDimensions & | GetArrayDimensions (void) const | 
| List of array dimensions information More... | |
| bool | IsBackgroundDomain (void) const | 
| Only for internal using. More... | |
| size_t | GetTypeSize (ITypeNavigator &typeNavigator) const | 
| size_t | GetBaseDataTypeSize (ITypeNavigator &typeNavigator) const | 
| size_t | GetDataSize (ITypeNavigator &typeNavigator) const | 
| size_t | GetDataAlignment (ITypeNavigator &typeNavigator) const | 
| size_t | GetVariableSize (ITypeNavigator &typeNavigator) const | 
| size_t | GetVariableAlignment (ITypeNavigator &typeNavigator) const | 
| TypeInfo | GetTypeInfo (ITypeNavigator &typeNavigator) const | 
| void | Serialize (RscWriter &writer) const override | 
| Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter. More... | |
| void | Deserialize (RscReader &reader) override | 
| Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader. More... | |
  Public Member Functions inherited from Arp::System::Rsc::Services::IRscSerializable | |
| virtual | ~IRscSerializable ()=default | 
| default destructor More... | |
Static Public Member Functions | |
| static size_t | GetFieldCount (void) | 
  Static Public Member Functions inherited from Arp::System::Rsc::Services::IRscSerializable | |
| static size_t | GetFieldCount (void) | 
| Returns the count of fields of the struct type More... | |
Static Public Attributes | |
| static const DataInfo | Empty | 
Friends | |
| class | Arp::Plc::Meta::Internal::DataBrowser | 
Provides detailed informations for the respective data object.
      
  | 
  default | 
Constructs an DataInfo instance.
      
  | 
  default | 
Copy constructor.
      
  | 
  default | 
Move constructor.
| Arp::Plc::Commons::Meta::DataInfo::DataInfo | ( | const DataTag & | dataTag | ) | 
Constructs an DataInfo instance.
| Arp::Plc::Commons::Meta::DataInfo::DataInfo | ( | const DataTag & | dataTag, | 
| const ArrayDimension & | arrayDimension | ||
| ) | 
Constructs an DataInfo instance.
| Arp::Plc::Commons::Meta::DataInfo::DataInfo | ( | const DataTag & | dataTag, | 
| const ArrayDimensions & | arrayDimensions | ||
| ) | 
Constructs an DataInfo instance.
      
  | 
  default | 
Destructs this instance and frees all resources.
      
  | 
  overridevirtual | 
Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader.
| reader | Reference to RscReader. | 
Implements Arp::System::Rsc::Services::IRscSerializable.
      
  | 
  inline | 
List of array dimensions information
      
  | 
  inline | 
List of array dimensions information
      
  | 
  inline | 
| const DataTag& Arp::Plc::Commons::Meta::DataInfo::GetDataTag | ( | void | ) | const | 
      
  | 
  inline | 
The data type of this instance.
| const DataTypeEnum& Arp::Plc::Commons::Meta::DataInfo::GetDataType | ( | void | ) | const | 
The data type of this instance.
      
  | 
  inline | 
Get type name and namspace.
| const TypeIdentifier& Arp::Plc::Commons::Meta::DataInfo::GetTypeIdentifier | ( | void | ) | const | 
Get type name and namspace.
      
  | 
  inline | 
Only for internal using.
true if this instance relates to the background domain, otherwise false.
      
  | 
  inline | 
Determines if this instance is empty.
true if this instance is empty, otherwiese false.Copy assignment operator.
summary>Move assignment operator
      
  | 
  overridevirtual | 
Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter.
| writer | Reference to RscWriter | 
Implements Arp::System::Rsc::Services::IRscSerializable.
 1.8.13