AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
anch::cutils::CIStream Class Reference

#include <iostream.hpp>

Inheritance diagram for anch::cutils::CIStream:
Collaboration diagram for anch::cutils::CIStream:

Public Member Functions

 CIStream (anch::cutils::cbuffer cbuffer)
virtual ~CIStream ()

Protected Member Functions

 CIStream ()
void setBuffer (anch::cutils::cbuffer cbuffer)

Detailed Description

C input stream buffer

Since
0.1
Author
Vincent Lachenal

Constructor & Destructor Documentation

◆ CIStream() [1/2]

anch::cutils::CIStream::CIStream ( anch::cutils::cbuffer cbuffer)

CIStream constructor

Parameters
cbufferthe buffer to write into
Exceptions
std::invalid_argumentbuffer does not reach input stream requirements

◆ CIStream() [2/2]

anch::cutils::CIStream::CIStream ( )
protected

CIStream protected default constructor

◆ ~CIStream()

virtual anch::cutils::CIStream::~CIStream ( )
virtual

CIStream destructor

Member Function Documentation

◆ setBuffer()

void anch::cutils::CIStream::setBuffer ( anch::cutils::cbuffer cbuffer)
protected

Set stream buffer

Parameters
cbufferthe buffer to use
Exceptions
std::invalid_argumentbuffer does not reach input stream requirements

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