hpp-manipulation-urdf 5.1.0
Implementation of a parser for hpp-manipulation.
|
#include <hpp/manipulation/parser/factories/ignoretag.hh>
Additional Inherited Members | |
![]() | |
typedef std::vector< ObjectFactory * > | ObjectFactoryList |
![]() | |
ObjectFactory (RootFactory *root) | |
ObjectFactory * | parent () |
RootFactory * | root () |
bool | hasParent () const |
const XMLElement * | XMLelement () |
virtual void | impl_setAttribute (const XMLAttribute *attr) |
void | addChild (ObjectFactory *child) |
virtual std::ostream & | print (std::ostream &os) const |
Class used to ignore a tag. If the parser knows it should ignore a tag, no warning will be printed in the logs. Moreover, its children won't be parsed.
|
inline |
|
inlinevirtual |
Called when the object is created.
Reimplemented from hpp::manipulation::parser::ObjectFactory.