Kea 3.1.0
isc::data::ElementValue< std::string > Class Reference

The ElementValue specialization for string. More...

#include <element_value.h>

Public Member Functions

std::string operator() (ConstElementPtr el) const
 Function operator extracting an Element value as integer.
 
std::string operator() (ConstElementPtr el) const
 Function operator extracting an Element value as string.
 

Detailed Description

The ElementValue specialization for string.

Definition at line 86 of file element_value.h.

Member Function Documentation

◆ operator()() [1/2]

std::string isc::data::ElementValue< std::string >::operator() ( ConstElementPtr el) const
inline

Function operator extracting an Element value as integer.

Parameters
elElement holding a value to be extracted.

Definition at line 50 of file element_value.h.

◆ operator()() [2/2]

std::string isc::data::ElementValue< std::string >::operator() ( ConstElementPtr el) const
inline

Function operator extracting an Element value as string.

Parameters
elElement holding a value to be extracted.

Definition at line 93 of file element_value.h.


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