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