A template for creating a "cyclonevh" Component. More...
#include <CycloneVHMachine.h>
Static Public Member Functions | |
static refcount_ptr< Component > | Create (const ComponentCreateArgs &args) |
Creates a "cyclonevh" Component tree. More... | |
static string | GetAttribute (const string &attributeName) |
Gets a Component attribute value. More... | |
A template for creating a "cyclonevh" Component.
Note: This class does not inherit from the Component class.
Definition at line 41 of file CycloneVHMachine.h.
|
static |
Creates a "cyclonevh" Component tree.
Definition at line 54 of file CycloneVHMachine.cc.
References Component::AddChild(), ComponentFactory::CreateComponent(), ComponentFactory::GetCreationArgOverrides(), refcount_ptr< T >::IsNULL(), and Component::SetVariableValue().
|
static |
Gets a Component attribute value.
Definition at line 104 of file CycloneVHMachine.cc.