Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Static Public Member Functions | Static Public Attributes | List of all members
qpid::log::CategoryTraits Struct Reference

#include <qpid/log/Statement.h>

Static Public Member Functions

static bool isCategory (const std::string &name)
 Test if given name is a Category name. More...
 
static Category category (const char *name)
 Get category from string name

Exceptions
ifname invalid.
More...
 
static Category category (const std::string &name)
 Get category from string name. More...
 
static const char * name (Category)
 String name of category. More...
 

Static Public Attributes

static const int COUNT =unspecified+1
 

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
ifname invalid.

Referenced by category().

static Category qpid::log::CategoryTraits::category ( const std::string &  name)
inlinestatic

Get category from string name.

Exceptions
ifname invalid.

Definition at line 94 of file Statement.h.

References category().

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.

Member Data Documentation

const int qpid::log::CategoryTraits::COUNT =unspecified+1
static

Definition at line 80 of file Statement.h.


The documentation for this struct was generated from the following file:

Qpid C++ API Reference
Generated on Thu Aug 28 2014 for Qpid C++ Client API by doxygen 1.8.3.1