#include <JSONConverter.h>
|
bool | Store (Object &object, const vl::Object &context, const std::string &filePath, const CnvParams ¶ms=CnvParams()) |
|
bool | JSONStr (Object &object, const vl::Object &context, std::string &out, const CnvParams ¶ms=CnvParams()) |
|
std::string | JSONStr (Object &object, const vl::Object &context, const CnvParams ¶ms=CnvParams()) |
|
bool | Load (Object &object, const std::string &filePath) |
|
◆ JSONStr() [1/2]
std::string vl::JSONConverter::JSONStr |
( |
Object & |
object, |
|
|
const vl::Object & |
context, |
|
|
const CnvParams & |
params = CnvParams() |
|
) |
| |
◆ JSONStr() [2/2]
bool vl::JSONConverter::JSONStr |
( |
Object & |
object, |
|
|
const vl::Object & |
context, |
|
|
std::string & |
out, |
|
|
const CnvParams & |
params = CnvParams() |
|
) |
| |
◆ Load()
bool vl::JSONConverter::Load |
( |
Object & |
object, |
|
|
const std::string & |
filePath |
|
) |
| |
◆ Store()
bool vl::JSONConverter::Store |
( |
Object & |
object, |
|
|
const vl::Object & |
context, |
|
|
const std::string & |
filePath, |
|
|
const CnvParams & |
params = CnvParams() |
|
) |
| |
The documentation for this class was generated from the following files: