9#include "Arp/System/Rsc/Services/IRscSerializable.hpp"
10#include "Arp/System/Rsc/Services/RscReader.hpp"
11#include "Arp/System/Rsc/Services/RscString.hxx"
12#include "Arp/System/Rsc/Services/RscWriter.hpp"
16namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta
57 static size_t GetFieldCount(
void);
86inline size_t CustomAttribute::GetFieldCount(
void)
95 cacheSize +=
sizeof(this->value);
Marshalls structure or class data types. Serialize and Deserialize have to marshal fields in the same...
Definition: IRscSerializable.hpp:20
Reads data from Rsc
Definition: RscReader.hpp:27
Writes data to Rsc.
Definition: RscWriter.hpp:32
size_type Capacity() const
Rceturns the capacity of this string.
Definition: BasicString.hxx:1079
Namespace for classes and interfaces for the Remote Service Call implementation
Root namespace for the PLCnext API