SCIP-SDP  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
BlockMemoryAllocator.h File Reference

An STL allocator class using SCIP block memory. More...

Go to the source code of this file.

Classes

class  BlockMemoryAllocator< T >
 
struct  BlockMemoryAllocator< T >::rebind< U >
 
class  BlockMemoryAllocator< void >
 
struct  BlockMemoryAllocator< void >::rebind< U >
 

Functions

template<class T >
bool operator== (const BlockMemoryAllocator< T > &left, const BlockMemoryAllocator< T > &right)
 
template<class T >
bool operator!= (const BlockMemoryAllocator< T > &left, const BlockMemoryAllocator< T > &right)
 

Detailed Description

An STL allocator class using SCIP block memory.

Author
Lars Schewe

Definition in file BlockMemoryAllocator.h.

Function Documentation

template<class T >
bool operator== ( const BlockMemoryAllocator< T > &  left,
const BlockMemoryAllocator< T > &  right 
)
inline

Definition at line 124 of file BlockMemoryAllocator.h.

References BlockMemoryAllocator< T >::scip_.

template<class T >
bool operator!= ( const BlockMemoryAllocator< T > &  left,
const BlockMemoryAllocator< T > &  right 
)
inline

Definition at line 130 of file BlockMemoryAllocator.h.