Kea 2.7.1
isc::dhcp::TokenInt8ToText Class Reference

Token representing an 8 bit integer as a string. More...

#include <token.h>

+ Inheritance diagram for isc::dhcp::TokenInt8ToText:

Public Member Functions

 TokenInt8ToText ()
 Constructor (does nothing)
 
void evaluate (Pkt &pkt, ValueStack &values)
 Token evaluation (puts value of the string on the stack after decoding)
 
- Public Member Functions inherited from isc::dhcp::Token
virtual ~Token ()
 Virtual destructor.
 

Additional Inherited Members

- Static Public Member Functions inherited from isc::dhcp::Token
static bool toBool (std::string value)
 Coverts a (string) value to a boolean.
 

Detailed Description

Token representing an 8 bit integer as a string.

This token holds the value of an 8 bit integer as a string, for instance 0xff is '-1'

Definition at line 263 of file token.h.

Constructor & Destructor Documentation

◆ TokenInt8ToText()

isc::dhcp::TokenInt8ToText::TokenInt8ToText ( )
inline

Constructor (does nothing)

Definition at line 266 of file token.h.

Member Function Documentation

◆ evaluate()

void TokenInt8ToText::evaluate ( Pkt & pkt,
ValueStack & values )
virtual

Token evaluation (puts value of the string on the stack after decoding)

Parameters
pkt(ignored)
values(represented 8 bit integer as a string will be pushed here)

Implements isc::dhcp::Token.

Definition at line 189 of file token.cc.

References isc::dhcp::EVAL_DBG_STACK, isc::dhcp::EVAL_DEBUG_INT8TOTEXT, isc::dhcp::eval_logger, isc_throw, and LOG_DEBUG.


The documentation for this class was generated from the following files: