CMS 3D CMS Logo

ShellEnvironment.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_SHELL_ENVIRONMENT_H
00002 # define CLASSLIB_SHELL_ENVIRONMENT_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "classlib/utils/Environment.h"
00007 # include <string>
00008 
00009 namespace lat {
00010 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00011 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00012 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00013 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00014 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00015 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00016 
00018 class ShellEnvironment : public Environment
00019 {
00020 public:
00021     using Environment::get;
00022     virtual bool                has (const std::string &name) const;
00023     virtual std::string         get (const std::string &name,
00024                                      bool *have = 0) const;
00025     virtual void                unset (const std::string &name);
00026     virtual void                set (const std::string &name,
00027                                      const std::string &value);
00028 };
00029 
00030 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00031 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00032 
00033 } // namespace lat
00034 #endif // CLASSLIB_SHELL_ENVIRONMENT_H

Generated on Tue Jun 9 17:38:55 2009 for CMSSW by  doxygen 1.5.4