CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
input output utilities More...
#include <CLRX/Config.h>
#include <vector>
#include <cstring>
#include <istream>
#include <ostream>
#include <memory>
#include <streambuf>
#include <CLRX/utils/Utilities.h>
Go to the source code of this file.
Classes | |
class | CLRX::MemoryStreamBuf |
memory stream buffer More... | |
class | CLRX::ArrayStreamBuf |
array stream buffer that holds external static array for memory saving More... | |
class | CLRX::StringStreamBuf |
string stream buffer that holds external string for memory saving More... | |
class | CLRX::VectorStreamBuf |
vector char stream buffer external char-vector for memory saving More... | |
class | CLRX::ArrayIStream |
specialized input stream that holds external array for memory saving More... | |
class | CLRX::ArrayIOStream |
specialized input/output stream that holds external array for memory saving More... | |
class | CLRX::ArrayOStream |
specialized output stream that holds external array for memory saving More... | |
class | CLRX::StringIStream |
specialized input stream that holds external string for memory saving More... | |
class | CLRX::StringIOStream |
specialized input/output stream that holds external string for memory saving More... | |
class | CLRX::StringOStream |
specialized output stream that holds external string for memory saving More... | |
class | CLRX::VectorIStream |
specialized input stream that holds external char-vector for memory saving More... | |
class | CLRX::VectorIOStream |
specialized input/output stream that holds external char-vector for memory saving More... | |
class | CLRX::VectorOStream |
specialized output stream that holds external char-vector for memory saving More... | |
class | CLRX::FastInputBuffer |
fast input buffer adapter More... | |
class | CLRX::FastOutputBuffer |
fast and direct output buffer More... | |
Namespaces | |
CLRX | |
main namespace | |
input output utilities