PLCnext API Documentation 25.0.2.69
|
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) noexcept=default | |
Move constructor. | |
ArrayDimension & | operator= (const ArrayDimension &arg)=default |
Copy assignment operator. | |
ArrayDimension & | operator= (ArrayDimension &&arg) noexcept=default |
Move assignment operator. | |
~ArrayDimension (void) noexcept=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 |
void | Deserialize (RscReader &reader) |
![]() | |
RscSerializable (void)=default | |
The default constructor. | |
Static Public Member Functions | |
static size_t | GetCacheSize (void) |
Get the cache size More... | |
static size_t | GetFieldCount (void) |
Provide array information.
|
static |
Get the cache size
uint32 Arp::Plc::Commons::Meta::ArrayDimension::GetCount | ( | void | ) | const |
Get the number of array elements for this vector element.
int32 Arp::Plc::Commons::Meta::ArrayDimension::GetOffset | ( | void | ) | const |
Get the index offset of the array for this vector element