PLCnext API Documentation 25.0.2.69
|
Contains information to marshal structs. More...
#include <RscStructInfo.hpp>
Public Member Functions | |
RscStructInfo (size_t fieldCount=0) | |
Constructs a RscStructInfo. More... | |
Public Attributes | |
size_t | FieldCount = 0 |
Number of struct fields. | |
Contains information to marshal structs.
This class is not intended for direct use, but required by RscGenerator to implement services.
|
explicit |
Constructs a RscStructInfo.
fieldCount | The count of fields of the struct. |