![]() |
Dripline-Cpp
v2.10.11
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="") | |
| routing_key (const routing_key &)=default | |
| routing_key (routing_key &&)=default | |
| virtual | ~routing_key ()=default |
| routing_key & | operator= (const routing_key &)=default |
| routing_key & | operator= (routing_key &&)=default |
| 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.
|
default |
|
default |
|
virtualdefault |
|
private |
Definition at line 44 of file specifier.cc.
|
default |
|
default |
| void parse | ( | const std::string & | a_rk | ) |
Parses a routing key.
Definition at line 25 of file specifier.cc.
| std::string to_string | ( | ) | const |
Converts the routing-key tokens into a single string.
Definition at line 33 of file specifier.cc.
|
static |
Definition at line 50 of file specifier.hh.