|
|
#include <RobotAPI/libraries/aron/core/data/visitor/nlohmannJSON/NlohmannJSONVisitor.h>
Inheritance diagram for ConstNlohmannJSONVisitor:Public Member Functions | |
| data::Descriptor | getDescriptor (Input &n) override |
| virtual | ~ConstNlohmannJSONVisitor ()=default |
Public Member Functions inherited from Visitor< T > | |
| virtual void | visitBool (Input &) |
| virtual void | visitDict (Input &) |
| virtual void | visitDouble (Input &) |
| virtual void | visitFloat (Input &) |
| virtual void | visitInt (Input &) |
| virtual void | visitList (Input &) |
| virtual void | visitLong (Input &) |
| virtual void | visitNDArray (Input &) |
| virtual void | visitString (Input &) |
| virtual void | visitUnknown (Input &) |
| virtual | ~Visitor ()=default |
Public Member Functions inherited from VisitorBase< T > | |
| virtual | ~VisitorBase ()=default |
Static Public Member Functions | |
| static data::Descriptor | GetDescriptor (Input &n) |
Additional Inherited Members | |
Public Types inherited from Visitor< T > | |
| using | Input = typename VisitorBase< T >::Input |
Public Types inherited from VisitorBase< T > | |
| using | Input = T |
Definition at line 41 of file NlohmannJSONVisitor.h.
|
virtualdefault |
|
static |
Definition at line 30 of file NlohmannJSONVisitor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements VisitorBase< T >.
Definition at line 42 of file NlohmannJSONVisitor.cpp.
Here is the call graph for this function: