PLCnext API Documentation 24.0.0.71
|
Provide array information. More...
#include <ArrayDimension.hpp>
Public Member Functions | |
ArrayDimension (void)=default | |
Constructs an ArrayDimension instance. | |
ArrayDimension (size_t count) | |
Constructs an ArrayDimension instance. | |
ArrayDimension (uint32 count, int32 offset) | |
Constructs an ArrayDimension instance. | |
ArrayDimension (const ArrayDimension &arg)=default | |
Copy constructor. | |
ArrayDimension (ArrayDimension &&arg)=default | |
Move constructor. | |
ArrayDimension & | operator= (const ArrayDimension &arg)=default |
Copy assignment operator. | |
ArrayDimension & | operator= (ArrayDimension &&arg)=default |
Move assignment operator. | |
~ArrayDimension (void) override=default | |
Destructs this instance and frees all resources. | |
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... | |
![]() | |
virtual | ~IRscSerializable ()=default |
default destructor | |
virtual void | Serialize (RscWriter &writer) const =0 |
Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter. More... | |
virtual void | Deserialize (RscReader &reader)=0 |
Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader. More... | |
Static Public Member Functions | |
static size_t | GetCacheSize (void) |
Get the cache size More... | |
static size_t | GetFieldCount (void) |
![]() | |
static size_t | GetFieldCount (void) |
Returns the count of fields of the struct type More... | |
Provide array information.
|
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
|
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.