CppCommon 1.0.5.0
C++ Common Library
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
allocator_stack.h File Reference

Stack memory allocator definition. More...

#include "allocator.h"
#include "allocator_stack.inl"

Go to the source code of this file.

Classes

class  CppCommon::StackMemoryManager< N >
 Stack memory manager class. More...
 

Namespaces

namespace  CppCommon
 C++ Common project definitions.
 

Typedefs

template<typename T , size_t N, bool nothrow = false>
using CppCommon::StackAllocator = Allocator< T, StackMemoryManager< N >, nothrow >
 Stack memory allocator class.
 

Detailed Description

Stack memory allocator definition.

Author
Ivan Shynkarenka
Date
17.04.2017

Definition in file allocator_stack.h.