source: XMLIO_V2/dev/dev_rv/xmlio.hpp @ 94

Last change on this file since 94 was 94, checked in by hozdoba, 13 years ago
File size: 818 bytes
Line 
1#ifndef __XMLIO__
2#define __XMLIO__
3
4/// Entêtes STL ///
5#include <utility>
6#include <string>
7
8#include <vector>
9#include <deque>
10
11#include <iostream>
12#include <fstream>
13
14/// Entêtes Poco ///
15#include <Poco/Exception.h>
16#include <Poco/HashMap.h>
17#include <Poco/Hash.h>
18
19/// Entête Blitz array ///
20#include <blitz/array.h>
21
22/// Entêtes créés dans le cadre du projet XMLIOSERVER. ///
23#include "xmlio_exception.hpp"
24#include "xmlio_logger.hpp"
25#include "xmlio_container.hpp"
26
27// Concernant les attributs ...
28
29#include "xmlio_object.hpp"
30#include "xmlio_xml_node.hpp"
31#include "xmlio_object_template.hpp"
32#include "field_attribut.hpp"
33#include "field.hpp"     
34#include "xmlio_group_template.hpp"     
35#include "field_group.hpp"     
36#include "context.hpp"
37#include "xmlio_xml_parser.hpp"
38
39
40#endif // __XMLIO__
Note: See TracBrowser for help on using the repository browser.