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

#include <iostream.hpp>

+ Inheritance diagram for anch::cutils::CIOStream:
+ Collaboration diagram for anch::cutils::CIOStream:

Public Member Functions

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

Protected Member Functions

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

Detailed Description

C input and output stream buffer

Since
0.1
Author
Vincent Lachenal

Constructor & Destructor Documentation

◆ CIOStream() [1/2]

anch::cutils::CIOStream::CIOStream ( anch::cutils::cbuffer cbuffer)

CIOStream constructor

Parameters
cbufferthe buffer to consume
Exceptions
std::invalid_argumentbuffer does not reach in-out-put stream requirements

◆ CIOStream() [2/2]

anch::cutils::CIOStream::CIOStream ( )
protected

CIOStream protected default constructor

◆ ~CIOStream()

virtual anch::cutils::CIOStream::~CIOStream ( )
virtual

CIOStream destructor

Member Function Documentation

◆ setBuffer()

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

Set stream buffer

Parameters
cbufferthe buffer to use
Exceptions
std::invalid_argumentbuffer does not reach in-out-put stream requirements

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