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

boost_fs_add.h

Go to the documentation of this file.
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 Wed Mar 1 00:37:54 2006 for COMMON API - configuration, jobid, ldif2classadi, logger, process, requestad, socket++i, task, utilities by doxygen 1.3.5