
#include "Component/ModelManager.H"#include "Component/ModelOptionDef.H"#include "Component/ModelParam.H"#include "Component/OptionManager.H"#include "Component/ParamClient.H"#include "Component/ParamMap.H"#include "TestSuite/TestSuite.H"#include "Util/sformat.H"#include <exception>#include <vector>#include "Util/Assert.H"
Go to the source code of this file.
Classes | |
| struct | WeirdParamType |
Functions | |
| void | convertFromString (const std::string &str, WeirdParamType &p) |
| std::string | convertToString (const WeirdParamType &p) |
| static void | modelparam_xx_getset_xx_1 (TestSuite &suite) |
| static void | modelparam_xx_getset_xx_2 (TestSuite &suite) |
| static void | modelparam_xx_getset_xx_3 (TestSuite &suite) |
| static void | modelparam_xx_readfrom_xx_1 (TestSuite &suite) |
| static void | modelparam_xx_writeto_xx_1 (TestSuite &suite) |
| static void | modelmanager_xx_findoptiondef_xx_1 (TestSuite &suite) |
| static void | modelmanager_xx_defaultvalue_xx_1 (TestSuite &suite) |
| static void | modelcomponent_xx_forbidsharedptr_xx_1 (TestSuite &suite) |
| static void | modelcomponent_xx_forbidsharedptr_xx_2 (TestSuite &suite) |
| static void | modelcomponent_xx_root_object_xx_1 (TestSuite &suite) |
| static void | modelcomponent_xx_reentrant_pinfos_xx_1 (TestSuite &suite) |
| static void | modelcomponent_xx_master_slave_export_xx_1 (TestSuite &suite) |
| int | main (int argc, const char **argv) |
Definition in file whitebox-Component.C.
1.6.3