8#include "Arp/System/Core/IEnumerator.hxx"
9#include "Arp/Plc/Commons/Meta/TypeInfo.hpp"
10#include "Arp/Plc/Commons/Meta/ChildInfo.hpp"
11#include "Arp/Plc/Commons/Meta/ChildTypeInfo.hpp"
12#include "Arp/Plc/Commons/Meta/TypeIdentifier.hpp"
14namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta
28 using Ptr = std::shared_ptr<ITypeInfoProvider>;
Declares the interface of the enumerator pattern, which is leaned on .NET enumerator idiom.
Definition: IEnumerator.hxx:48
Root namespace for the PLCnext API