PLCnext API Documentation 25.0.2.69
Public Member Functions | Public Attributes | List of all members
Arp::Base::Rsc::Commons::RscStructInfo Class Reference

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.
 

Detailed Description

Contains information to marshal structs.

This class is not intended for direct use, but required by RscGenerator to implement services.

Constructor & Destructor Documentation

◆ RscStructInfo()

Arp::Base::Rsc::Commons::RscStructInfo::RscStructInfo ( size_t  fieldCount = 0)
explicit

Constructs a RscStructInfo.

Parameters
fieldCountThe count of fields of the struct.

The documentation for this class was generated from the following files: