sprint 1-alpha
Classes | Namespaces | Typedefs
sprint/xml/uxml.h File Reference

a small DOM XML implementation More...

#include <string>
#include <vector>
#include <sprint/smart_cast.h>
#include <sprint/io/xstream/xstream.h>

Go to the source code of this file.

Classes

struct  sprint::xml::node
class  sprint::xml::document
 An XML Document. More...

Namespaces

namespace  sprint
 

Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux.


namespace  sprint::xml
 

xml namespace


Typedefs

typedef std::pair< std::string,
std::string > 
sprint::xml::attr_t
 a string pair: first is the key, second is the value
typedef std::vector< attr_t > sprint::xml::attr_list_t
 a list of XML Attributes
typedef std::vector< node > sprint::xml::node_list_t
 A collection of XMLNode.

Detailed Description

a small DOM XML implementation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines