![]() |
Dripline-Cpp
v2.4.2
Dripline Implementation in C++
|
Parses routing keys and stores the tokenized information. More...
#include <specifier.hh>
Public Types | |
typedef std::deque< std::string > | container_type |
Public Member Functions | |
routing_key (const std::string &a_rk="") | |
virtual | ~routing_key () |
void | parse (const std::string &a_rk) |
Parses a routing key. More... | |
std::string | to_string () const |
Converts the routing-key tokens into a single string. More... | |
Static Public Attributes | |
static const char | f_node_separator = '.' |
Private Member Functions | |
void | add_next (const std::string &a_addr) |
Parses routing keys and stores the tokenized information.
Definition at line 27 of file specifier.hh.
typedef std::deque< std::string > container_type |
Definition at line 30 of file specifier.hh.
routing_key | ( | const std::string & | a_rk = "" | ) |
Definition at line 19 of file specifier.cc.
|
virtual |
Definition at line 25 of file specifier.cc.
|
private |
Definition at line 48 of file specifier.cc.
void parse | ( | const std::string & | a_rk | ) |
Parses a routing key.
Definition at line 29 of file specifier.cc.
std::string to_string | ( | ) | const |
Converts the routing-key tokens into a single string.
Definition at line 37 of file specifier.cc.
|
static |
Definition at line 45 of file specifier.hh.