Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

boost_fs_add.h

00001 #ifndef EDG_WORKLOAD_COMMON_UTILITIES_BOOST_FS_ADD_H
00002 #define EDG_WORKLOAD_COMMON_UTILITIES_BOOST_FS_ADD_H
00003 
00004 #include <string>
00005 #include <iostream>
00006 
00012 namespace boost { namespace filesystem {
00013 
00014 class path;
00015 
00016 void create_parents( const path &dpath );
00017 std::streampos file_size( const path &file );
00018 std::string normalize_path( const std::string &fpath );
00019 
00020 }};
00021 
00022 #endif /* EDG_WORKLOAD_COMMON_UTILITIES_BOOST_FS_ADD_H */
00023 
00024 // Local Variables:
00025 // mode: c++
00026 // End:

Generated on Fri May 14 14:18:25 2004 for COMMON API - configuration, jobid, ldif2classadi, logger, process, requestad, socket++i, task, utilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002