#include <iosfwd>
#include <string>
#include <vector>
Include dependency graph for cverb.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | cverb_object |
| class | verbose |
| typical use: declare some verbose global object: verbose debug("debug"); verbose stats("stats"); verbose level2("level2"); More... | |
Variables | |
| cverb_object | cverb |
| verbose object, all output through this stream are made only if a verbose object with a true state is injected in the stream. | |
| verbose | vlevel1 |
| predefined general purpose verbose object, comment give their names named "level1" | |
| verbose | vdebug |
| named "debug" | |
| verbose | vstats |
| named "stats" | |
| verbose | vsfile |
| named "sfile" | |
| verbose | vxml |
| named "xml" | |
Read the file COPYING
John Levon
|
|
verbose object, all output through this stream are made only if a verbose object with a true state is injected in the stream.
|
|
|
named "debug"
|
|
|
predefined general purpose verbose object, comment give their names named "level1"
|
|
|
named "sfile" voluminous. FIXME need to be splitted (filename manip, files handling) ? |
|
|
named "stats"
|
|
|
named "xml"
|
1.4.6