107 if (!root ()->device ()) {
108 hppDout (error, "Device not found");
111 root ()->device ()->yourfunction (linkName, position);
116 int main (int argc, char** argv) {
117 // Parameter false tells the constructor not to include default factories.
118 hpp::manipulation::parser::Parser p (false);
119 p.addObjectFactory ("tagname", hpp::manipulation::parser::create
123 \see parser::ObjectFactory