Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JDATABASE::JSonIO Struct Referenceabstract

Assigment interface. More...

#include <JSonSupportkit.hh>

Inheritance diagram for JDATABASE::JSonIO:
JDATABASE::JSonIO_t< T >

Public Member Functions

virtual ~JSonIO ()
 
virtual void to_json (json &js, const void *p) const =0
 
virtual void from_json (const json &js, void *p) const =0
 

Detailed Description

Assigment interface.

Definition at line 68 of file JSonSupportkit.hh.

Constructor & Destructor Documentation

◆ ~JSonIO()

virtual JDATABASE::JSonIO::~JSonIO ( )
inlinevirtual

Definition at line 70 of file JSonSupportkit.hh.

71 {}

Member Function Documentation

◆ to_json()

virtual void JDATABASE::JSonIO::to_json ( json & js,
const void * p ) const
pure virtual

Implemented in JDATABASE::JSonIO_t< T >.

◆ from_json()

virtual void JDATABASE::JSonIO::from_json ( const json & js,
void * p ) const
pure virtual

Implemented in JDATABASE::JSonIO_t< T >.


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