hpp-util  4.9.0
Debugging tools for the HPP project.
Factories

Classes used to build object from XML documents. More...

Classes

class  hpp::util::parser::IgnoreTagFactory
 
class  hpp::util::parser::SequenceFactory< ValueType >
 Factory parsing sequence of values. More...
 
class  hpp::util::parser::ObjectFactory
 Class that catch XML Parser events for a specific tag and build the corresponding Object. More...
 

Detailed Description

Classes used to build object from XML documents.

See section hpp_manipulation_urdf_extend_sec for more information about how to extend the parser with factories.