#include <Root.hpp>
Public Member Functions | |
virtual RootSharedPtr | newRootPtr (const std::string &inName, const EdifLevel &inEdifLevel=eEdifLevel0, const std::string &inOriginalName=std::string()) throw (Error) |
Definition at line 88 of file Root.hpp.
RootSharedPtr torc::generic::Root::Factory::newRootPtr | ( | const std::string & | inName, | |
const EdifLevel & | inEdifLevel = eEdifLevel0 , |
|||
const std::string & | inOriginalName = std::string() | |||
) | throw (Error) [virtual] |
Create a root
[in] | inName | Name of the root to be created. |
[in] | inEdifLevel | Edif level. |
[in] | inOriginalName | Original name of the root [optional]. |
[in] | inName | Name of the root to be created. |
[in] | inEdifLevel | Edif level. |
[in] | inOriginalName | Original name of the root [optional] |