|
#include <RobotAPI/libraries/aron/core/data/converter/nlohmannJSON/NlohmannJSONConverter.h>
Public Member Functions | |
virtual | ~FromNlohmannJSONConverter ()=default |
Public Member Functions inherited from Converter< aron::data::reader::NlohmannJSONReader, WriterImplementation, FromNlohmannJSONConverter< WriterImplementation > > | |
data::Descriptor | getDescriptor (ReaderInputType &o) final |
void | visitBool (ReaderInputType &o) final |
void | visitDict (ReaderInputType &o) final |
void | visitDouble (ReaderInputType &o) final |
void | visitFloat (ReaderInputType &o) final |
void | visitInt (ReaderInputType &o) final |
void | visitList (ReaderInputType &o) final |
void | visitLong (ReaderInputType &o) final |
void | visitNDArray (ReaderInputType &o) final |
void | visitString (ReaderInputType &o) final |
void | visitUnknown (ReaderInputType &o) final |
virtual | ~Converter ()=default |
Additional Inherited Members | |
Public Types inherited from Converter< aron::data::reader::NlohmannJSONReader, WriterImplementation, FromNlohmannJSONConverter< WriterImplementation > > | |
using | ReaderInputType = typename aron::data::reader::NlohmannJSONReader ::InputType |
using | ReaderInputTypeNonConst = typename aron::data::reader::NlohmannJSONReader ::InputTypeNonConst |
using | ReaderType = aron::data::reader::NlohmannJSONReader |
using | This = FromNlohmannJSONConverter< WriterImplementation > |
using | WriterReturnType = typename WriterImplementation::ReturnType |
using | WriterType = WriterImplementation |
Public Attributes inherited from Converter< aron::data::reader::NlohmannJSONReader, WriterImplementation, FromNlohmannJSONConverter< WriterImplementation > > | |
WriterReturnType | last_returned |
aron::data::reader::NlohmannJSONReader | r |
WriterImplementation | w |
Definition at line 36 of file NlohmannJSONConverter.h.
|
virtualdefault |