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