source: XMLIO_V2/trunk/src/XMLIO/xmlio_std.hpp @ 68

Last change on this file since 68 was 68, checked in by ymipsl, 14 years ago

ajout trunk xmlioserver
YM

File size: 335 bytes
Line 
1#ifndef XMLIO_STD_HPP
2#define XMLIO_STD_HPP
3
4
5
6#include <blitz/array.h>
7#include <string>
8#include <iostream>
9#include <vector>
10#include <map>
11#include <unordered_map>
12using namespace blitz ;
13using namespace std ;
14//using namespace std::tr1 ;
15
16#include "stdout.hpp"
17#include "stdout_indent.hpp"
18#include "xmlio_exception.hpp"
19
20
21#endif
Note: See TracBrowser for help on using the repository browser.