
Definition in file whitebox-Component.C.
#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"
Include dependency graph for whitebox-Component.C:

Go to the source code of this file.
|
|
Initial value:
{
MODOPT_ARG(int),
"testOption",
&MOC_GENERAL,
OPTEXP_CORE,
"this is a test option",
"call-it-like-this",
's',
NULL,
"1"
}
Definition at line 92 of file whitebox-Component.C. |
1.4.4