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

Last change on this file since 93 was 91, checked in by hozdoba, 14 years ago

Corrections de plusieurs problÚmes.

File size: 820 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#include "field_attribut.hpp"
29#include "xmlio_object.hpp"
30#include "xmlio_xml_node.hpp"
31#include "xmlio_object_template.hpp"
32#include "field.hpp"     
33#include "xmlio_group_template.hpp"     
34#include "field_group.hpp"     
35#include "context.hpp"
36#include "xmlio_xml_parser.hpp"
37
38
39
40
41
42#endif // __XMLIO__
Note: See TracBrowser for help on using the repository browser.