astrotypes  0.0
Classes | Namespaces | Macros | Functions
PointerAllocator.h File Reference
#include "StandardAllocator.h"
Include dependency graph for PointerAllocator.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

#define ASTROTYPES_POINTERALLOCATOR_H

Definition at line 28 of file PointerAllocator.h.