|
DUECA/DUSIME
|
Conversion routines to code DCO type information into JSON. More...

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. | |
Conversion routines to code DCO type information into JSON.
| void dueca::DCOtypeJSON | ( | rapidjson::Writer< rapidjson::StringBuffer > & | writer, |
| const char * | dcoclass ) |
Print the type information on a DCO defined type to JSON.
| writer | Writer object |
| dcoclass | DCO type class name |
The JSON struct has the following format:
The data members array has the following contents for each entry:
| void dueca::DCOtypeJSON | ( | rapidjson::StringBuffer & | doc, |
| const char * | dcoclass ) |
Print the type information on a DCO defined type to JSON.
| doc | Stringbuffer |
| dcoclass | DCO type class name |