Dv::Util::charraystreambuf Class Reference

A charraystreambuf provides a input streambuf interface to an existing character array. More...

#include <charraystream.h>

List of all members.

Public Member Functions

 charraystreambuf (const char *begin, size_t size)
virtual ~charraystreambuf ()

Detailed Description

A charraystreambuf provides a input streambuf interface to an existing character array.

This is useful, e.g. to avoid copying large arrays to strings for using in an istringstream.

See also:
Dv::Util::charraystream

Definition at line 15 of file charraystream.h.


Constructor & Destructor Documentation

Dv::Util::charraystreambuf::charraystreambuf ( const char *  begin,
size_t  size 
) [inline, explicit]

Definition at line 17 of file charraystream.h.

virtual Dv::Util::charraystreambuf::~charraystreambuf (  )  [inline, virtual]

Definition at line 22 of file charraystream.h.


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

dvutil-1.0.10 [ 5 December, 2009]