#include <SIM_DataHint.h>
|
static void | addHint (const UT_StringHolder &parentdatatype, const UT_StringHolder &expectedchildtype, const UT_StringHolder &expectedchildname, int maxcount) |
|
static void | getAllDataHints (UT_StringArray &parentdatatypes, UT_StringArray &expectedchildtypes, UT_StringArray &expectedchildnames, UT_IntArray &maxcounts) |
|
static void | getAllSubdataTypes (const UT_StringRef &parentdatatype, UT_StringArray &subdatatypes, UT_IntArray &maxcountindices, UT_IntArray &maxcounts) |
|
static void | getAllSubdataTypes (const UT_StringRef &parentdatatype, UT_StringArray &subdatatypes, UT_IntArray &maxcountindices, UT_IntArray &maxcounts, SIM_Engine &work_engine) |
|
static int | getSubdataNumInputs (const UT_StringRef &datatype, SIM_Engine &work_engine) |
|
static void | verifySimulationData (const SIM_Engine &engine) |
|
static void | destroyAllDataHints () |
|
static void | addAlias (const UT_StringHolder &datatype, const UT_StringHolder &alias) |
|
static const UT_StringHolder & | getDataTypeFromAlias (const UT_StringRef &alias) |
|
static void | getAllDataTypeAliases (UT_StringArray &aliases, UT_StringArray &datatypes) |
|
Definition at line 31 of file SIM_DataHint.h.
static void SIM_DataHint::destroyAllDataHints |
( |
| ) |
|
|
static |
static void SIM_DataHint::verifySimulationData |
( |
const SIM_Engine & |
engine | ) |
|
|
static |
The documentation for this class was generated from the following file: