opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::IVisitor< T > Class Template Referenceabstract

Abstract way of visiting elements of a collection. More...

#include <opendnp3/app/parsing/ICollection.h>

Public Member Functions

virtual void OnValue (const T &value)=0
 

Detailed Description

template<class T>
class opendnp3::IVisitor< T >

Abstract way of visiting elements of a collection.

Definition at line 32 of file ICollection.h.

Member Function Documentation

◆ OnValue()

template<class T>
virtual void opendnp3::IVisitor< T >::OnValue ( const T &  value)
pure virtual

The documentation for this class was generated from the following file: