8 #ifndef DRIPLINE_SPECIFIER_HH_ 9 #define DRIPLINE_SPECIFIER_HH_ 13 #include "member_variables.hh" 37 void parse(
const std::string& a_rk );
42 void add_next(
const std::string& a_addr );
45 static const char f_node_separator =
'.';
61 specifier(
const std::string& a_unparsed =
"" );
70 void parse(
const std::string& a_unparsed );
77 mv_referrable( std::string, unparsed );
80 void add_next(
const std::string& a_addr );
83 static const char f_node_separator =
'.';
Parses routing keys and stores the tokenized information.
void reparse()
Parses the contents of f_unparsed.
std::deque< std::string > container_type
std::deque< std::string > container_type
std::string to_string(op_t an_op)
Gives the human-readable version of a message operation.
Parses specifiers and stores the tokenized information.