Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Related Pages

Env.h

00001 #ifndef SCT_ENV_H
00002 #define SCT_ENV_H
00003 
00004 #include <string>
00005 
00006 using std::string;
00007 
00008 namespace Sct {
00009 
00014 class Env {
00015 public:
00019     static string substituteVariables(string str);
00020 };
00021 
00022 }
00023 
00024 
00025 #endif //SCT_ENV_H

Generated on Thu Jul 15 09:50:45 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5