|
gpxlib
agpxlibrary
|
#include <Decimal.h>
Public Member Functions | |
| Decimal (Node *parent, const char *name, bool mandatory=false) | |
| virtual | ~Decimal () |
| virtual bool | validate (std::ostream *report=0) const |
Public Member Functions inherited from gpx::Node | |
| Node (Node *parent, const char *name, bool mandatory) | |
| virtual | ~Node () |
| const std::string & | name () const |
| virtual const std::string & | value () const |
| bool | mandatory () const |
| bool | used () const |
| void | used (bool value) |
| virtual void | value (std::string value) |
| Node * | parent () const |
| std::list< Node * > & | attributes () |
| std::list< Node * > & | elements () |
| virtual Node * | buildAttribute (const char *name, std::ostream *report=0) |
| virtual Node * | buildElement (const char *name, std::ostream *report=0) |
| virtual Node * | built () |
| virtual bool | write (std::ostream &output, int level) const |
| void | indent (std::ostream &output, int level) const |
Additional Inherited Members | |
Protected Member Functions inherited from gpx::Node | |
| void | insert (const char *name, Node *node) |
| void | filter (const char *name, std::list< Node * > &nodes) |
| bool | isExtension () |
Decimal simple type.
| gpx::Decimal::Decimal | ( | Node * | parent, |
| const char * | name, | ||
| bool | mandatory = false |
||
| ) |
Constructor
| parent | the parent node |
| name | the name of the attribute or element |
| mandatory | is the attribute or element mandatory ? |
|
virtual |
Deconstructor
|
virtual |
Validate the Decimal object
| report | the optional report stream |
Reimplemented from gpx::Node.
Reimplemented in gpx::Degrees, gpx::Longitude, and gpx::Latitude.
1.8.4