hpp-util 6.0.0
Debugging tools for the HPP project.
|
Factory parsing sequence of values. More...
#include <hpp/util/factories/sequence.hh>
Public Types | |
typedef std::vector< ValueType > | OutType |
![]() | |
typedef std::list< ObjectFactory * > | ObjectFactoryList |
Protected Member Functions | |
virtual void | impl_write (XMLElement *element) const |
![]() | |
ObjectFactory (ObjectFactory *root) | |
ObjectFactory * | parent () |
virtual ObjectFactory * | 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::util::parser::SequenceFactory< ValueType >::OutType |
|
inline |
|
inline |
|
virtual |
Add Text child.
Reimplemented from hpp::util::parser::ObjectFactory.
|
protectedvirtual |
Reimplemented from hpp::util::parser::ObjectFactory.
|
inline |
|
inline |