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

manipulation.h

00001 #ifndef EDG_WORKLOAD_COMMON_JOBID_MANIPULATION_H
00002 #define EDG_WORKLOAD_COMMON_JOBID_MANIPULATION_H
00003 
00004 #include <string>
00005 
00006 #include "edg/workload/common/common_namespace.h"
00007 
00008 COMMON_NAMESPACE_BEGIN {
00009 
00010 namespace jobid {
00011 
00012 class JobId;
00013 
00014 std::string get_reduced_part( const JobId &id, int level = 0 );
00015 std::string to_filename( const JobId &id );
00016 JobId from_filename( const std::string &filename );
00017 
00018 }; // Namespace jobid
00019 
00020 } COMMON_NAMESPACE_END;
00021 
00022 #endif /* EDG_WORKLOAD_COMMON_JOBID_MANIPULATION_H */
00023 
00024 // Local Variables:
00025 // mode: c++
00026 // End:

Generated on Fri May 14 14:18:26 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