csVerbosityManager Class Reference
Default iVerbosityManager implementation. More...
#include <csutil/verbosity.h>
Inheritance diagram for csVerbosityManager:

Public Member Functions | |
virtual bool | CheckFlag (char const *major, char const *minor) const |
Given major and minor components, check if the verbosity class "major.minor" is enabled. | |
csVerbosityManager (char const *flags=0) | |
Constructor. | |
virtual bool | Enabled (char const *flag=0, bool fuzzy=true) const |
Check if verbosity should be enabled for a particular flag. | |
virtual void | Parse (char const *flags) |
Parse additional verbosity flags. | |
virtual | ~csVerbosityManager () |
Destructor. |
Detailed Description
Default iVerbosityManager implementation.Basically a thin wrapper around csVerbosityParser. An instance of iVerbosityManager can be extracted from the global iObjectRegistry once csInitializer::CreateEnvironment() or csInitializer::CreateVerbosityManager() has been invoked.
Definition at line 258 of file verbosity.h.
Constructor & Destructor Documentation
|
Constructor.
Definition at line 270 of file verbosity.h. |
|
Destructor.
Definition at line 274 of file verbosity.h. |
Member Function Documentation
|
Given major and minor components, check if the verbosity class "major.minor" is enabled.
Implements iVerbosityManager. Definition at line 304 of file verbosity.h. |
|
Check if verbosity should be enabled for a particular flag.
Implements iVerbosityManager. Definition at line 294 of file verbosity.h. |
|
Parse additional verbosity flags.
Reimplemented from iVerbosityManager. Definition at line 281 of file verbosity.h. |
The documentation for this class was generated from the following file:
- csutil/verbosity.h
Generated for Crystal Space by doxygen 1.4.6