| ximol/xml/reader.hpp File Reference
 Detailed DescriptionDefine XiMoL Interface.
This is the most important file in the project. Here we define the user interface of the library. 
 Author:Tournois Florent 
 Version:1.0
 Idreader.hpp,v 1.13 2004/02/25 18:59:13 tournois Exp 
 Revision 1.13 2004/02/25 18:59:13 tournois imporve the gcc compatibility.Logreader.hpp,v 
 
Revision 1.12 2004/02/22 10:27:34 tournois Add some doc. 
Revision 1.11 2004/02/22 09:54:21 tournois Change years on the copyright. 
Revision 1.10 2004/01/29 20:52:35 tournois doc and tutorial. 
Revision 1.9 2004/01/26 20:44:21 tournois no message 
Revision 1.8 2004/01/25 17:32:56 tournois no message 
Revision 1.7 2004/01/22 22:01:35 tournois no message 
Revision 1.6 2004/01/19 20:40:56 tournois Add min, max and digits facet. Create the control flow file. 
Revision 1.5 2003/11/19 20:52:54 tournois Add new manipulator for stag and etag. Correct bugs and add tests. 
Revision 1.4 2003/11/18 18:54:52 tournois Add str_cast and drop the transformation.hpp file. 
Revision 1.3 2003/11/14 11:45:05 tournois First try for the stag. 
Revision 1.2 2003/11/02 19:23:01 tournois Go to the boost coding standard. Change all name to lower case. 
Revision 1.1 2003/10/26 14:49:32 hfp reader separated 
Revision 1.4 2003/10/25 13:53:40 hfp review and separation
 
Definition in file reader.hpp.
 
#include <ximol/stop_warnings.hpp>
 #include <ximol/export_defs.hpp>
 #include <ximol/typedefs.hpp>
 #include <ximol/parser/utils.hpp>
 #include <ximol/control_flow.hpp>
 #include <map>
 
Include dependency graph for reader.hpp:   
This graph shows which files directly or indirectly include this file:   
Go to the source code of this file. 
 Function Documentation
 
  
    | 
        
          | template<typename T> |  
          | ref_holder<T> by_ref | ( | T & | x | ) |  |  |  
 
 
 
 
  
    | 
        
          | template<typename T, typename callback_type> |  
          | read_and_callback_type<T,callback_type> read_and_callback | ( | T * | , |  
          |  |  | const callback_type & | f |  
          |  | ) |  |  |  
 Variable Documentation
 |