PLCnext API Documentation 25.0.2.69
|
This class provides the number of fields of a concrete struct. This class is specialized for concrete structs, which shall be derived by RscSerializable. More...
#include <StructInfo.hxx>
Public Attributes | |
size_t | FieldCount = 0 |
Specifies the field count of a struct. | |
This class provides the number of fields of a concrete struct. This class is specialized for concrete structs, which shall be derived by RscSerializable.
T | The type of the concrete struct. |
This class is not intended for direct use, but required by RscGenerator to implement services.