csutil/verbosity.h File Reference
Verbosity management helpers. More...
#include "csextern.h"
#include "iutil/verbositymanager.h"
#include "csutil/strhash.h"
#include "csutil/csstring.h"
#include "csutil/scf_implementation.h"
Go to the source code of this file.
Classes | |
| class | csVerbosityManager |
| Default iVerbosityManager implementation. More... | |
| class | csVerbosityParser |
Utility for parsing verbosity flags such as those provided by the --verbose=flags command-line option. More... | |
Functions | |
| bool | csCheckVerbosity (int argc, char const *const argv[], char const *major, char const *minor) |
| Given major and minor components, check if the verbosity class "major.minor" is enabled via the command-line `--verbose' switch. | |
| bool | csCheckVerbosity (int argc, char const *const argv[], char const *flag=0, bool fuzzy=true) |
Search command-line arguments for --verbosity=flags options, and check if flag is enabled or disabled. | |
| csVerbosityParser | csParseVerbosity (int argc, char const *const argv[]) |
Construct a csVerbosityParser from --verbosity=flags options given on the command-line. | |
Detailed Description
Verbosity management helpers.
Definition in file verbosity.h.
Function Documentation
|
||||||||||||||||||||
|
Given major and minor components, check if the verbosity class "major.minor" is enabled via the command-line `--verbose' switch.
|
|
||||||||||||||||||||
|
Search command-line arguments for
|
|
||||||||||||
|
Construct a csVerbosityParser from
|
Generated for Crystal Space by doxygen 1.4.6
