CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
memory stream buffer More...
#include <InputOutput.h>
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 | |
memory stream buffer