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

verbosity.h File Reference

Go to the source code of this file.

Defines

#define VERBOSITY_HEADER_READ   1

Enumerations

enum  verbosities {
  silent, quiet, normal, debug,
  everything
}
 Expresses a verbosity level. More...


Define Documentation

#define VERBOSITY_HEADER_READ   1
 


Enumeration Type Documentation

enum verbosities
 

Expresses a verbosity level.

Several classes report a different level of detail depending on the value of some internal verbosity variable, usually set with a function such as DviFile#verbosity.

The initial value of this is always normal. The value everything is the highest level (but not necessarily higher than debug; the value silent causes the class to produce no output at all.

The values are ordered, so that

   enum verbosities verbosity_;
   ...
   if (verbosity_ > normal) {
     // chatter
   }
 
is a good way of testing whether the verbosity level is above normal.
Enumeration values:
silent 
quiet 
normal 
debug 
everything 


Generated on Sun Aug 21 18:21:03 2005 for dvi2bitmap by doxygen 1.3.8