8 #include "Arp/Plc/Commons/DataType.hpp" 9 #include "Arp/Plc/Commons/Meta/ArrayDimensions.hpp" 10 #include "Arp/Plc/Commons/Meta/TypeIdentifier.hpp" 11 #include "Arp/Plc/Commons/Meta/TypeInfo.hpp" 15 namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta
37 bool IsEmpty(
void)
const;
38 size_t GetOffset(
void)
const;
48 size_t offset = (size_t) -1;
56 inline bool ChildInfo::IsEmpty()
const 61 inline size_t ChildInfo::GetOffset()
const 66 inline DataType ChildInfo::GetDataType()
const 68 return this->dataType;
73 return this->dimensions;
Root namespace for the PLCnext API
DataType
Definition: DataType.hpp:14