Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Vout Class Reference

#include <Validate.h>

List of all members.

Public Member Functions

 Vout ()

Public Attributes

bool verbose


Constructor & Destructor Documentation

Vout::Vout  )  [inline]
 

Definition at line 55 of file Validate.h.

References gSystem(), and verbose.

00055            {
00056       verbose = false;
00057       
00058       const char* verbosity = gSystem -> Getenv("VALIDATION_VERBOSITY");
00059       if(verbosity != 0){
00060         string vb = string(verbosity);
00061         if(vb == "INFO"    ||
00062            vb == "DEBUG"   ||
00063            vb == "VERBOSE"   ){
00064           verbose = true;
00065         }
00066       }
00067     }


Member Data Documentation

bool Vout::verbose
 

Definition at line 69 of file Validate.h.

Referenced by operator<<(), and Vout().


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:10:29 2010 for loon by  doxygen 1.3.9.1