29    static std::string 
ALL;
 
   40    explicit ServerTag(
const std::string& tag);
 
   51    std::string 
get()
 const {
 
 
   60        return (tag_ < other.tag_);
 
 
 
   77operator<<(std::ostream& os, 
const ServerTag& server_tag);
 
static std::string ALL
Server tag for all servers as text.
bool operator<(const ServerTag &other) const
Overload of the less operator for using ServerTag in sets.
bool amAll() const
Checks if the server tag is set to "all servers".
std::string get() const
Returns server tag as string.
ServerTag()
Default constructor.
std::ostream & operator<<(std::ostream &out, const Element::Position &pos)
Insert Element::Position as a string into stream.
Defines the logger used by the top-level component of kea-lfc.