#include <LogicElement.hpp>


| Public Member Functions | |
| virtual LogicElementSharedPtr | newLogicElementPtr (const LogicElement::Type &inType, const LogicValueSharedPtr &inLogicValue=LogicValueSharedPtr(), const LogicElementSharedPtr &inParentLogicElement=LogicElementSharedPtr()) throw (Error) | 
Definition at line 82 of file LogicElement.hpp.
| LogicElementSharedPtr torc::generic::LogicElement::Factory::newLogicElementPtr | ( | const LogicElement::Type & | inType, | |
| const LogicValueSharedPtr & | inLogicValue = LogicValueSharedPtr(), | |||
| const LogicElementSharedPtr & | inParentLogicElement = LogicElementSharedPtr() | |||
| ) | throw (Error)  [virtual] | 
Create a logic element.
| [in] | inType | Type of the logic value. | 
| [in] | inLogicValue | Pointer to the logic value [optional], needed for single logic element creation. | 
| [in] | inParentLogicElement | Pointer to parent logic element [optional]. | 
Definition at line 34 of file LogicElement.cpp.
 1.5.6
 1.5.6