Jpp  master_rocky
the software that should make you happy
Public Member Functions | List of all members
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 67 of file JSonSupportkit.hh.

Constructor & Destructor Documentation

◆ ~JSonIO()

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

Definition at line 69 of file JSonSupportkit.hh.

70  {}

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: