libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "exception.hpp"
#include <boost/mpl/assert.hpp>
#include <boost/mpl/comparison.hpp>
#include <boost/mpl/greater.hpp>
#include <boost/mpl/int.hpp>
#include <memory>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | jmmcg::LIBJMMCG_VER_NAMESPACE::heap::memory_buffer< OST, El > |
A very simple custom allocator that allocates a contiguous block of uninitialised items on the heap. More... | |
class | jmmcg::LIBJMMCG_VER_NAMESPACE::stack::memory_buffer< El, num_objs > |
A very simple custom allocator that allocates a contiguous block of uninitialised items on the stack. More... | |
Namespaces | |
namespace | jmmcg |
Link with -lrt to include these functions. | |
namespace | jmmcg::LIBJMMCG_VER_NAMESPACE |
namespace | jmmcg::LIBJMMCG_VER_NAMESPACE::heap |
namespace | jmmcg::LIBJMMCG_VER_NAMESPACE::stack |