PLCnext API Documentation 25.0.2.69
Public Attributes | List of all members
Arp::Base::Rsc::Commons::Services::StructInfo< T, IsRscSerializableStruct > Struct Template Reference

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.
 

Detailed Description

template<class T, bool IsRscSerializableStruct = RscSerializableStruct<T>>
struct Arp::Base::Rsc::Commons::Services::StructInfo< T, IsRscSerializableStruct >

This class provides the number of fields of a concrete struct. This class is specialized for concrete structs, which shall be derived by RscSerializable.

Template Parameters
TThe type of the concrete struct.

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


The documentation for this struct was generated from the following file: