| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/log/Statement.h>
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
| ||||
| static Category | category (const std::string &name) | |||
| Get category from string name. | ||||
| static const char * | name (Category) | |||
| String name of category. | ||||
Static Public Attributes | ||||
| static const int | COUNT = unspecified+1 | |||
Definition at line 80 of file Statement.h.
| static Category qpid::log::CategoryTraits::category | ( | const std::string & | name | ) | [inline, static] |
Get category from string name.
| if | name invalid. |
Definition at line 95 of file Statement.h.
References category().
| static Category qpid::log::CategoryTraits::category | ( | const char * | name | ) | [static] |
| 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] |
String name of category.
const int qpid::log::CategoryTraits::COUNT = unspecified+1 [static] |
Definition at line 81 of file Statement.h.
Referenced by qpid::log::Selector::reset().
1.6.1