astrotypes
0.0
|
#include "StandardAllocator.h"
Go to the source code of this file.
Classes | |
class | pss::astrotypes::PointerAllocator< LocalType > |
Dummy allocator that stores a pointer to a previously allocated area of memory. More... | |
Namespaces | |
pss | |
pss::astrotypes | |
Macros | |
#define | ASTROTYPES_POINTERALLOCATOR_H |
Functions | |
template<typename FirstType , typename SecondType > | |
bool | pss::astrotypes::operator== (PointerAllocator< FirstType > const &, PointerAllocator< SecondType > const &) noexcept |
Allows to test for equivalence of PointerAllocator objects. More... | |
template<typename FirstType , typename SecondType > | |
bool | pss::astrotypes::operator!= (PointerAllocator< FirstType > const &, PointerAllocator< SecondType > const &) noexcept |
Allows to test for diversity of PointerAllocator objects. More... | |
#define ASTROTYPES_POINTERALLOCATOR_H |
Definition at line 28 of file PointerAllocator.h.