RetroArch
Classes | Typedefs | Functions
memorybuffer.h File Reference
#include "stream.h"
#include "internal/stack.h"
Include dependency graph for memorybuffer.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ MemoryBuffer

Function Documentation

◆ PutN()

template<>
void PutN ( MemoryBuffer memoryBuffer,
char  c,
size_t  n 
)
inline

Implement specialized version of PutN() with memset() for better performance.

Here is the call graph for this function: