Jpp  17.3.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 37 of file JSonSupportkit.hh.

Constructor & Destructor Documentation

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

Definition at line 39 of file JSonSupportkit.hh.

40  {}

Member Function Documentation

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

Implemented in JDATABASE::JSonIO_t< T >.

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: