Public Member Functions | |
virtual std::string | getName () const |
Returns the free-form name of this class. | |
std::string | getProperty (const std::string &prop) const |
Returns a property of this class. | |
CjNS_R (std::string args, const ctor_va_t &) | |
virtual bool | selectNode (select_arg_t &, unsigned int &node) |
performs the node selection | |
Static Public Member Functions | |
static std::string | getName_static () |
Returns the free-form name of this class (static version). | |
static std::string | getProperty_static (const std::string &opt) |
Returns a property of this class (static version). | |
Protected Attributes | |
bool | m_dupe_link_ok |
bool jmitie::corelib::CjNS_R::selectNode | ( | select_arg_t & | , | |
unsigned int & | node | |||
) | [virtual] |
performs the node selection
Returns false if a node cound not be found and true otherwise.
Implements jmitie::CjNodeSelector.