8 #include "Arp/System/Core/Enumerator.hxx" 9 #include "Arp/Plc/Commons/Meta/IDataInfoProvider.hpp" 12 namespace Arp {
namespace Plc {
namespace Commons {
namespace Meta
16 class DataInfoProvider;
25 class RootsEnumerator :
public Enumerator<const DataInfo&>
31 bool MoveNext(
void)
override;
Declares the interface of the enumerator pattern, which is leaned on .NET enumerator idiom...
Definition: IEnumerator.hxx:47
Root namespace for the PLCnext API
This class defines a base class for all enumerator implementations and some predefined enumerators as...
Definition: Enumerator.hxx:21