PLCnext API Documentation
20.6.0.30321
|
Similar to MetaAttribute. More...
#include <StandardAttributes.hpp>
Public Member Functions | |
StandardAttributes (StandardAttribute value=StandardAttribute::None) | |
Constructs a StandardAttributes instance. More... | |
StandardAttributes (const StandardAttributes &arg)=default | |
Copy constructor. More... | |
StandardAttributes (StandardAttributes &&arg)=default | |
Move constructor. More... | |
StandardAttributes & | operator= (const StandardAttributes &arg)=default |
Copy assignment operator. More... | |
StandardAttributes & | operator= (StandardAttributes &&arg)=default |
~StandardAttributes (void)=default | |
Destructs this instance and frees all resources. More... | |
operator StandardAttribute (void) const | |
size_t | GetCacheSize (void) const |
Get the cache size More... | |
bool | IsSet (StandardAttribute flag) const |
bool | IsAnySet (StandardAttribute flags) const |
size_t | CountSet () const |
StandardAttribute | GetValue (void) const |
Static Public Attributes | |
static const StandardAttributes | None |
Similar to MetaAttribute.
|
inline |
Constructs a StandardAttributes instance.
|
default |
Copy constructor.
|
default |
Move constructor.
|
default |
Destructs this instance and frees all resources.
|
inline |
Get the cache size
|
default |
Copy assignment operator.
summary>Move assignment operator