Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Public Member Functions | List of all members
toolbox::http::OStream Class Referencefinal

#include <toolbox/http/Stream.hpp>

Inheritance diagram for toolbox::http::OStream:
Inheritance graph
[legend]
Collaboration diagram for toolbox::http::OStream:
Collaboration graph
[legend]

Public Member Functions

 OStream (Buffer &buf) noexcept
 
 ~OStream () override
 
 OStream (const OStream &)=delete
 
OStreamoperator= (const OStream &)=delete
 
 OStream (OStream &&)=delete
 
OStreamoperator= (OStream &&)=delete
 
void commit () noexcept
 
void reset () noexcept
 
void reset (Status status, const char *content_type, NoCache no_cache=NoCache::Yes)
 

Detailed Description

Definition at line 66 of file Stream.hpp.

Constructor & Destructor Documentation

◆ OStream() [1/3]

toolbox::http::OStream::OStream ( Buffer buf)
inlineexplicitnoexcept

Definition at line 68 of file Stream.hpp.

◆ ~OStream()

toolbox::http::OStream::~OStream ( )
overridedefault

◆ OStream() [2/3]

toolbox::http::OStream::OStream ( const OStream )
delete

◆ OStream() [3/3]

toolbox::http::OStream::OStream ( OStream &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

OStream & toolbox::http::OStream::operator= ( const OStream )
delete

◆ operator=() [2/2]

OStream & toolbox::http::OStream::operator= ( OStream &&  )
delete

◆ commit()

void toolbox::http::OStream::commit ( )
noexcept

Definition at line 56 of file Stream.cpp.

◆ reset() [1/2]

void toolbox::http::OStream::reset ( )
inlinenoexcept

Definition at line 85 of file Stream.hpp.

Referenced by reset().

◆ reset() [2/2]

void toolbox::http::OStream::reset ( Status  status,
const char content_type,
NoCache  no_cache = NoCache::Yes 
)

Definition at line 64 of file Stream.cpp.


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