Leosac
0.8.0
Open Source Access Control
|
Base class for visitor, should not be used directly. More...
#include <Visitor.hpp>
Public Member Functions | |
virtual | ~BaseVisitor ()=default |
virtual void | cannot_visit (const IVisitable &) |
Invoked when the visitable cannot be visited by the visitor. More... | |
Base class for visitor, should not be used directly.
To write a visitor that can visit an object of type T
, subclass Visitor<T>
.
Definition at line 37 of file Visitor.hpp.
|
virtualdefault |
|
virtual |
Invoked when the visitable cannot be visited by the visitor.
Reimplemented in Leosac::Audit::Serializer::PolymorphicAuditJSON::HelperSerialize.
Definition at line 30 of file Visitor.cpp.