opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
A visitor implemented as an abstract functor. More...
#include <opendnp3/app/parsing/ICollection.h>
Public Member Functions | |
FunctorVisitor (const Fun &fun_) | |
virtual void | OnValue (const T &value) override final |
Private Attributes | |
Fun | fun |
A visitor implemented as an abstract functor.
Definition at line 42 of file ICollection.h.
|
inline |
Definition at line 46 of file ICollection.h.
|
inlinefinaloverridevirtual |
Implements opendnp3::IVisitor< T >.
Definition at line 48 of file ICollection.h.
References opendnp3::FunctorVisitor< T, Fun >::fun.
|
private |
Definition at line 54 of file ICollection.h.
Referenced by opendnp3::FunctorVisitor< T, Fun >::OnValue().