Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
TDynamicBuffer.h File Reference
#include <cassert>
#include <malloc.h>
#include <misc/gen/dbgutils.h>
#include <misc/global.h>
Include dependency graph for TDynamicBuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sf::Allocator
 Memory allocator class. More...
 
class  sf::TDynamicBuffer< Alloc >
 Template for creating a dynamic buffer using an allocator. More...
 

Namespaces

namespace  sf
 

Typedefs

typedef TDynamicBuffer< Allocatorsf::DynamicBuffer
 Actual specialized dynamic buffer type using the default allocator.