qpid::messaging::Filter Struct Reference
#include <qpid/messaging/Filter.h>
List of all members.
Public Member Functions |
| Filter (std::string type, std::string pattern) |
| Filter (std::string type, std::string pattern1, std::string pattern2) |
Public Attributes |
std::string | type |
std::vector< std::string > | patterns |
Static Public Attributes |
static const std::string | WILDCARD |
static const std::string | EXACT_MATCH |
Detailed Description
Definition at line 34 of file Filter.h.
Constructor & Destructor Documentation
qpid::messaging::Filter::Filter |
( |
std::string |
type, |
|
|
std::string |
pattern | |
|
) |
| | |
qpid::messaging::Filter::Filter |
( |
std::string |
type, |
|
|
std::string |
pattern1, |
|
|
std::string |
pattern2 | |
|
) |
| | |
Member Data Documentation
The documentation for this struct was generated from the following file: