8#include "Arp/Plc/Commons/DataTypeEnum.hpp" 
    9#include "Arp/Plc/Commons/Meta/TypeIdentifier.hpp" 
   10#include "Arp/Plc/Commons/Meta/ArrayDimension.hpp" 
   11#include "Arp/Plc/Commons/Meta/ArrayDimensions.hpp" 
   12#include "Arp/Plc/Commons/Meta/StandardAttributes.hpp" 
   13#include "Arp/Plc/Commons/Meta/CustomAttribute.hpp" 
   14#include "Arp/Plc/Commons/Meta/CustomAttributes.hpp" 
   15#include "Arp/Base/Rsc/Commons/RscSerializable.hpp" 
   19namespace Arp { 
namespace Plc { 
namespace Commons { 
namespace Meta
 
   23using namespace Arp::Base::Rsc::Commons;
 
   69    static 
size_t GetFieldCount(
void);
 
  100    size_t              alignment = 0;
 
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
 
Any custom struct type which is intended to be marshalled in a Rsc serialization context,...
Definition: RscSerializable.hpp:35
 
Rsc class for variant data types like primitive data type, strings or information about arrays or str...
Definition: RscVariant.hxx:57
 
Reads marshaled data of RSC services.
Definition: RscReader.hpp:34
 
Writes marshalled data of RSC services.
Definition: RscWriter.hpp:34
 
Root namespace for the PLCnext API
 
class ARP_DEPRECATED("Use Arp::Enum<T> instead.") EnumStrings
Deprecated! The class implements an adapter for enums to define the string literals of the enum entri...
Definition: EnumStrings.hxx:38