DUECA/DUSIME
Loading...
Searching...
No Matches
Functions
DCOtypeJSON.hxx File Reference

Conversion routines to code DCO type information into JSON. More...

Include dependency graph for DCOtypeJSON.hxx:

Functions

void dueca::DCOtypeJSON (rapidjson::Writer< rapidjson::StringBuffer > &writer, const char *dcoclass)
 Print the type information on a DCO defined type to JSON.
 
void dueca::DCOtypeJSON (rapidjson::StringBuffer &doc, const char *dcoclass)
 Print the type information on a DCO defined type to JSON.
 

Detailed Description

Conversion routines to code DCO type information into JSON.

Function Documentation

◆ DCOtypeJSON() [1/2]

void dueca::DCOtypeJSON ( rapidjson::Writer< rapidjson::StringBuffer > & writer,
const char * dcoclass )

Print the type information on a DCO defined type to JSON.

Parameters
writerWriter object
dcoclassDCO type class name

◆ DCOtypeJSON() [2/2]

void dueca::DCOtypeJSON ( rapidjson::StringBuffer & doc,
const char * dcoclass )

Print the type information on a DCO defined type to JSON.

Parameters
docStringbuffer
dcoclassDCO type class name