#include <TopicExchange.h>


Public Member Functions | |
| TopicPattern (const Tokens &tokens) | |
| TopicPattern (const std::string &str) | |
| TopicPattern & | operator= (const Tokens &) |
| TopicPattern & | operator= (const std::string &str) |
| Tokenizing assignment operator s. | |
| bool | match (const std::string &topic) |
| Match a topic. | |
| bool | match (const Tokens &topic) const |
Normalized meands all sequences of mixed * and # are reduced to a series of * followed by at most one #.
Definition at line 55 of file TopicExchange.h.
1.5.6