Kea  1.9.9-git
isc::http::CallSetGenericBody Struct Reference

Encapsulates the boolean value indicating if the HttpResponse constructor should call its setGenericBody method during construction. More...

#include <response.h>

Public Member Functions

 CallSetGenericBody (const bool set)
 Constructor. More...
 

Static Public Member Functions

static const CallSetGenericBodyno ()
 Returns encapsulated false. More...
 
static const CallSetGenericBodyyes ()
 Returns encapsulated true. More...
 

Public Attributes

bool set_
 A storage for the boolean flag. More...
 

Detailed Description

Encapsulates the boolean value indicating if the HttpResponse constructor should call its setGenericBody method during construction.

Definition at line 52 of file response.h.

Constructor & Destructor Documentation

isc::http::CallSetGenericBody::CallSetGenericBody ( const bool  set)
inlineexplicit

Constructor.

Parameters
setA boolean value indicating if the method should be called or not.

Definition at line 58 of file response.h.

Member Function Documentation

static const CallSetGenericBody& isc::http::CallSetGenericBody::no ( )
inlinestatic

Returns encapsulated false.

Definition at line 69 of file response.h.

static const CallSetGenericBody& isc::http::CallSetGenericBody::yes ( )
inlinestatic

Returns encapsulated true.

Definition at line 63 of file response.h.

Member Data Documentation

bool isc::http::CallSetGenericBody::set_

A storage for the boolean flag.

Definition at line 75 of file response.h.

Referenced by isc::http::HttpResponse::HttpResponse(), and isc::http::HttpResponseJson::HttpResponseJson().


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