hpp-manipulation-urdf 5.2.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 |
![]() | |
typedef std::vector< ObjectFactory * > | ObjectFactoryList |
Additional Inherited Members | |
![]() | |
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 |