8#include "Arp/Plc/Commons/Meta/ChildTypeInfo.hpp"
9#include "Arp/Plc/Commons/Meta/TypeSystem/TypeDefinition.hpp"
11namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta {
namespace TypeSystem
23 FieldDefinition(
const char* name,
size_t offset, DataType dataType,
const String& typeName,
size_t size,
size_t alignment);
38 void ResolveType(
const String& libraryNamespace);
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
Root namespace for the PLCnext API