#include <qpid/log/Statement.h>
List of all members.
Static Public Member Functions |
static bool | isCategory (const std::string &name) |
| Test if given name is a Category name.
|
static Category | category (const char *name) |
| Get category from string name
- Exceptions:
-
|
static Category | category (const std::string &name) |
| Get category from string name.
|
static const char * | name (Category) |
| String name of category.
|
Detailed Description
Definition at line 79 of file Statement.h.
Member Function Documentation
static Category qpid::log::CategoryTraits::category |
( |
const char * |
name | ) |
|
|
static |
Get category from string name
- Exceptions:
-
Referenced by category().
static Category qpid::log::CategoryTraits::category |
( |
const std::string & |
name | ) |
|
|
inlinestatic |
static bool qpid::log::CategoryTraits::isCategory |
( |
const std::string & |
name | ) |
|
|
static |
Test if given name is a Category name.
static const char* qpid::log::CategoryTraits::name |
( |
Category |
| ) |
|
|
static |
Member Data Documentation
const int qpid::log::CategoryTraits::COUNT = unspecified+1 |
|
static |
The documentation for this struct was generated from the following file: