![]() |
Kea
2.5.2
|
Token representing an IP address as a string. More...
#include <token.h>
Public Member Functions | |
TokenIpAddressToText () | |
Constructor (does nothing) More... | |
void | evaluate (Pkt &pkt, ValueStack &values) |
Token evaluation (puts value of the string on the stack after decoding) More... | |
![]() | |
virtual | ~Token () |
Virtual destructor. More... | |
Additional Inherited Members | |
![]() | |
static bool | toBool (std::string value) |
Coverts a (string) value to a boolean. More... | |
Token representing an IP address as a string.
This token holds the value of an IP address as a string, for instance 10.0.0.1 is '10.0.0.1'
|
inline |
|
virtual |
Token evaluation (puts value of the string on the stack after decoding)
pkt | (ignored) |
values | (represented IP address as a string will be pushed here) |
Implements isc::dhcp::Token.
Definition at line 149 of file token.cc.
References isc_throw.