#include <component_builder.h>
|
| static std::unique_ptr< Element > | buildFromJSON (const JSON &comp, unsigned int index, const JsonParameterTable ¶ms={}) |
| |
| static void | findNumber (const std::string &key, const JSON &j) |
| |
| static void | findScalar (const std::string &key, const JSON &j, const JsonParameterTable ¶ms) |
| |
| static void | findNonEmptyString (const std::string &key, const JSON &j) |
| |
| static void | findNonEmptyNumericArray (const std::string &key, const JSON &j, int arraysize=-1) |
| |
| static void | findNumericOrReferenceArray (const std::string &key, const JSON &j, const JsonParameterTable ¶ms, int arraysize=-1) |
| |
◆ buildFromJSON()
◆ findNonEmptyNumericArray()
| void ComponentBuilder::findNonEmptyNumericArray |
( |
const std::string & |
key, |
|
|
const JSON & |
j, |
|
|
int |
arraysize = -1 |
|
) |
| |
|
static |
◆ findNonEmptyString()
| void ComponentBuilder::findNonEmptyString |
( |
const std::string & |
key, |
|
|
const JSON & |
j |
|
) |
| |
|
static |
◆ findNumber()
| void ComponentBuilder::findNumber |
( |
const std::string & |
key, |
|
|
const JSON & |
j |
|
) |
| |
|
static |
◆ findNumericOrReferenceArray()
| void ComponentBuilder::findNumericOrReferenceArray |
( |
const std::string & |
key, |
|
|
const JSON & |
j, |
|
|
const JsonParameterTable & |
params, |
|
|
int |
arraysize = -1 |
|
) |
| |
|
static |
◆ findScalar()
| void ComponentBuilder::findScalar |
( |
const std::string & |
key, |
|
|
const JSON & |
j, |
|
|
const JsonParameterTable & |
params |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: