Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

dt_stream_util.h

Go to the documentation of this file.
00001 #ifndef INCLUDED_DT_STREAM_UTILS_H
00002 #define INCLUDED_DT_STREAM_UTILS_H
00003 
00004 #include "dt_type.h"
00005 
00006 
00007 dt_bool dt_stream_transfer( dt_reader* src, dt_writer* dst );
00008 dt_bool dt_stream_validated_transfer( dt_reader* src, dt_writer* dst );
00009 
00010 dt_node* dt_read_tree_from_file( const char* srcPath );
00011 dt_bool  dt_write_tree_to_file( dt_node const* root, const char* dstPath );
00012 
00013 
00014 #endif/*INCLUDED_DT_STREAM_UTILS_H*/
00015 

Generated on Sun Jun 1 16:35:38 2003 for datatree by doxygen 1.3.1