#include <cstring>
#include <fstream>
#include <iostream>
#include <map>
#include <string>
#include "cverb.h"
Include dependency graph for cverb.cpp:

Functions | |
| ostream & | operator<< (cverb_object &, verbose const &v) |
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 ("level1") |
| predefined general purpose verbose object, comment give their names named "level1" | |
| verbose | vdebug ("debug") |
| named "debug" | |
| verbose | vstats ("stats") |
| named "stats" | |
| verbose | vsfile ("sfile") |
| named "sfile" | |
| verbose | vxml ("xml") |
| 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