PLCnext API Documentation 25.0.2.69
|
Container for individual attributes within the interface DataBrowser More...
#include <CustomAttribute.hpp>
Public Member Functions | |
CustomAttribute (void)=default | |
Constructs an CustomAttribute instance. | |
CustomAttribute (const String &name, RscVariant< 256 > value) | |
Constructs an CustomAttribute instance. | |
CustomAttribute (const CustomAttribute &arg)=default | |
Copy constructor. | |
CustomAttribute (CustomAttribute &&arg) noexcept=default | |
Move constructor. | |
CustomAttribute & | operator= (const CustomAttribute &arg)=default |
Copy assignment operator. | |
CustomAttribute & | operator= (CustomAttribute &&arg) noexcept=default |
Move assignment operator | |
~CustomAttribute (void) noexcept=default | |
Destructs this instance and frees all resources. | |
const String & | GetName () const |
Name of the respective attribute this instance object include. More... | |
const RscVariant< 256 > & | GetValue () const |
Attribute value. More... | |
size_t | GetCacheSize (void) const |
Get the cache size More... | |
void | Serialize (RscWriter &writer) const |
void | Deserialize (RscReader &reader) |
![]() | |
RscSerializable (void)=default | |
The default constructor. | |
Static Public Member Functions | |
static size_t | GetFieldCount (void) |
Container for individual attributes within the interface DataBrowser
size_t Arp::Plc::Commons::Meta::CustomAttribute::GetCacheSize | ( | void | ) | const |
Get the cache size
const String & Arp::Plc::Commons::Meta::CustomAttribute::GetName | ( | void | ) | const |
Name of the respective attribute this instance object include.
const RscVariant< 256 > & Arp::Plc::Commons::Meta::CustomAttribute::GetValue | ( | void | ) | const |
Attribute value.
The value type is RscVariant.