|
clutchlog 0.17
|
Structure holding a location matching. More...
#include <clutchlog.h>
Structure holding a location matching.
Definition at line 1130 of file clutchlog.h.
Public Member Functions | |
| scope_t () | |
| Constructor. More... | |
Public Attributes | |
| bool | matches |
| Everything is compatible. More... | |
| level | stage |
| Current log level. More... | |
| bool | there |
| Location is compatible. More... | |
|
inline |
Constructor.
Definition at line 1142 of file clutchlog.h.
| bool clutchlog::scope_t::matches |
Everything is compatible.
Definition at line 1132 of file clutchlog.h.
Referenced by clutchlog::dump(), clutchlog::locate(), and clutchlog::log().
| level clutchlog::scope_t::stage |
| bool clutchlog::scope_t::there |
Location is compatible.
Definition at line 1140 of file clutchlog.h.
Referenced by clutchlog::locate().