CLRX  1
An unofficial OpenCL extensions designed for Radeon GPUs
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CLRX::MemoryStreamBuf Class Reference

memory stream buffer More...

#include <InputOutput.h>

Inheritance diagram for CLRX::MemoryStreamBuf:
CLRX::ArrayStreamBuf CLRX::StringStreamBuf CLRX::VectorStreamBuf

Public Member Functions

 ~MemoryStreamBuf ()=default
 destructor
 

Protected Member Functions

 MemoryStreamBuf (std::ios_base::openmode openMode)
 constructor
 
pos_type seekoff (off_type off, std::ios_base::seekdir dir, std::ios_base::openmode which)
 seekoff implementation
 
pos_type seekpos (pos_type pos, std::ios_base::openmode which)
 seekpos implementation
 
std::streamsize showmanyc ()
 showmanyc implementation
 
int_type pbackfail (int_type ch)
 pbackfail implementation
 
void safePBump (ssize_t offset)
 safe pbump version
 

Protected Attributes

std::ios_base::openmode openMode
 open mode
 

Detailed Description

memory stream buffer


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