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

ssflags.h

Go to the documentation of this file.
00001 /*
00002  *
00003  *
00004  */
00005 
00006 #ifndef SSFLAGS_H
00007 #define SSFLAGS_H
00008 class SSFlags {
00009 public:
00010         SSFlags(); //constructor
00011         void setFileInput(char *);
00012         void setConfigFile(char *);
00013 public:
00014         bool VERBOSE; //verbose flag
00015         bool RAW;     //RAW Flag
00016         bool INPUT;   //Input Mode
00017         bool FORCE;
00018         bool CONFIG;
00019         bool LOOP;
00020         char * fileinput;
00021         char * config;
00022         
00023 };
00024 
00025 #endif

Generated on Thu Apr 7 01:55:47 2005 for StripeSnoop by doxygen 1.3.3