| 
    PLCnext API Documentation
    20.6.0.30321
    
   | 
 
Provide array information. More...
#include <ArrayDimension.hpp>

Public Member Functions | |
| ArrayDimension (void)=default | |
| Constructs an ArrayDimension instance. More... | |
| ArrayDimension (size_t count) | |
| Constructs an ArrayDimension instance. More... | |
| ArrayDimension (uint32 count, int32 offset) | |
| Constructs an ArrayDimension instance. More... | |
| ArrayDimension (const ArrayDimension &arg)=default | |
| Copy constructor. More... | |
| ArrayDimension (ArrayDimension &&arg)=default | |
| Move constructor. More... | |
| ArrayDimension & | operator= (const ArrayDimension &arg)=default | 
| Copy assignment operator. More... | |
| ArrayDimension & | operator= (ArrayDimension &&arg)=default | 
| Move assignment operator. More... | |
| ~ArrayDimension (void)=default | |
| Destructs this instance and frees all resources. More... | |
| uint32 | GetCount (void) const | 
| Get the number of array elements for this vector element. More... | |
| int32 | GetOffset (void) const | 
| Get the index offset of the array for this vector element More... | |
| 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 | GetCacheSize (void) | 
| Get the cache size More... | |
| 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... | |
Provide array information.
      
  | 
  default | 
Constructs an ArrayDimension instance.
      
  | 
  explicit | 
Constructs an ArrayDimension instance.
Constructs an ArrayDimension instance.
      
  | 
  default | 
Copy constructor.
      
  | 
  default | 
Move constructor.
      
  | 
  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.
      
  | 
  inlinestatic | 
Get the cache size
      
  | 
  inline | 
Get the number of array elements for this vector element.
      
  | 
  inline | 
Get the index offset of the array for this vector element
      
  | 
  default | 
Copy assignment operator.
      
  | 
  default | 
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