ximol/stream.hpp File Reference
Detailed Description
XML streams declarations.
- Author:
- Tournois Florent
- Version:
- 1.0
- Id
- stream.hpp,v 1.8 2004/02/22 10:27:33 tournois Exp
- Log
- stream.hpp,v
Revision 1.8 2004/02/22 10:27:33 tournois Add some doc.
Revision 1.7 2004/02/22 09:54:19 tournois Change years on the copyright.
Revision 1.6 2003/11/02 19:23:01 tournois Go to the boost coding standard. Change all name to lower case.
Revision 1.5 2003/10/25 13:53:39 hfp review and separation
Revision 1.4 2003/10/09 16:59:45 tournois add the stringstream initialisation. add some prolog test. Correct code for VC6.0.
Definition in file stream.hpp.
#include <ximol/xml/context.hpp>
#include <ximol/macros.hpp>
#include <iostream>
Include dependency graph for stream.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Function Documentation
XIMOL_EXPORT xistream& use_XML |
( |
xistream & |
xis, |
|
|
const::std::string & |
encoding_name = XIMOL_DEFAULT_ENCODING |
|
) |
|
|
XIMOL_EXPORT xostream& use_XML |
( |
xostream & |
xos, |
|
|
const::std::string & |
encoding_name = XIMOL_DEFAULT_ENCODING |
|
) |
|
|
|