|
hpp-manipulation-urdf 6.0.0
Implementation of a parser for hpp-manipulation.
|
#include <hpp/manipulation/parser/factories/ignoretag.hh>


Additional Inherited Members | |
Public Types inherited from hpp::manipulation::parser::ObjectFactory | |
| typedef std::vector< ObjectFactory * > | ObjectFactoryList |
Protected Member Functions inherited from hpp::manipulation::parser::ObjectFactory | |
| 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.