PLCnext API Documentation 25.0.2.69
|
Defines a concept for matching class types which are derived by RscSerializable. More...
#include <RscConcepts.hpp>
Defines a concept for matching class types which are derived by RscSerializable.
All structs which are generated by RscGenerator are matched by this concept and shall implement the following operations:
void Deserialize(RscReader& reader)
void Serialize(RscWriter& writer)
static size_t GetFieldCount(void)