RetroArch
|
Go to the source code of this file.
Classes | |
struct | GenericMemoryBuffer< Allocator > |
Represents an in-memory output byte stream. More... | |
Typedefs | |
typedef GenericMemoryBuffer | MemoryBuffer |
Functions | |
template<> | |
void | PutN (MemoryBuffer &memoryBuffer, char c, size_t n) |
Implement specialized version of PutN() with memset() for better performance. More... | |
typedef GenericMemoryBuffer MemoryBuffer |
|
inline |