|
hpp-manipulation-urdf 6.0.0
Implementation of a parser for hpp-manipulation.
|
Factory parsing sequence of values. More...
#include <hpp/manipulation/parser/factories/sequence.hh>


Public Types | |
| typedef std::vector< ValueType > | OutType |
Public Types inherited from hpp::manipulation::parser::ObjectFactory | |
| typedef std::vector< ObjectFactory * > | ObjectFactoryList |
Additional Inherited Members | |
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 |
Factory parsing sequence of values.
| ValueType | one of (bool, int, unsigned int, double, float) |
A std::vector is built from a sequence of values separeted by white spaces.
| typedef std::vector<ValueType> hpp::manipulation::parser::SequenceFactory< ValueType >::OutType |
|
inline |
|
virtual |
Add Text child.
Reimplemented from hpp::manipulation::parser::ObjectFactory.
|
inline |