Public Member Functions | |
void | operator() (char const *str, char const *end) const |
VectorMakeDouble () | |
Public Attributes | |
DDLVector * | ddlVector_ |
Definition at line 22 of file DDLVector.cc.
VectorMakeDouble::VectorMakeDouble | ( | ) | [inline] |
Definition at line 29 of file DDLVector.cc.
References instance.
{ ddlVector_ = dynamic_cast < DDLVector* > (DDLGlobalRegistry::instance().getElement("Vector")); }
void VectorMakeDouble::operator() | ( | char const * | str, |
char const * | end | ||
) | const [inline] |
Definition at line 24 of file DDLVector.cc.
{ ddlVector_->do_makeDouble(str, end); }
Definition at line 33 of file DDLVector.cc.