#include <exportable.hpp>
|
| Exportable () |
|
template<typename T > |
| Exportable (const T &) |
|
template<typename T , typename... Args> |
json | saveJ (const std::string &name, const T &var, Args &&... args) const |
|
template<typename T > |
json | saveJ (const std::string &name, const T &var) const |
|
json | to_json () const |
|
Definition at line 3390 of file exportable.hpp.
◆ json
◆ KV
◆ Exportable() [1/2]
BaseExportable::Exportable::Exportable |
( |
| ) |
|
|
inline |
◆ Exportable() [2/2]
template<typename T >
BaseExportable::Exportable::Exportable |
( |
const T & |
| ) |
|
|
inline |
◆ saveJ() [1/2]
template<typename T >
json BaseExportable::Exportable::saveJ |
( |
const std::string & |
name, |
|
|
const T & |
var |
|
) |
| const |
|
inline |
◆ saveJ() [2/2]
template<typename T , typename... Args>
json BaseExportable::Exportable::saveJ |
( |
const std::string & |
name, |
|
|
const T & |
var, |
|
|
Args &&... |
args |
|
) |
| const |
|
inline |
◆ to_json()
json BaseExportable::Exportable::to_json |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: