1 #ifndef _MADARA_TRANSPORT_SETTINGS_INL_ 2 #define _MADARA_TRANSPORT_SETTINGS_INL_ 29 std::vector<std::string> & domains)
const 32 for (std::map <std::string, int>::const_iterator i =
read_domains_.begin ();
35 domains.push_back (i->first);
53 #endif // _MADARA_TRANSPORT_SETTINGS_INL_ void add_read_domain(const std::string domain)
Adds a read domain to the list of domains to read from.
void clear_read_domains(void)
Clears the list of read domains.
size_t num_read_domains(void) const
Returns the number of read domains.
std::map< std::string, int > read_domains_
Any acceptable read domain is added here.
void get_read_domains(std::vector< std::string > &domains) const
Retrieves the list of read domains.
bool is_reading_domain(const std::string domain) const
Checks if a domain is in the domain read list.