BWAPI
Classes | Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Compact_container.h File Reference
#include <CGAL/basic.h>
#include <CGAL/Default.h>
#include <iterator>
#include <algorithm>
#include <vector>
#include <CGAL/memory.h>
#include <CGAL/iterator.h>
#include <boost/mpl/if.hpp>
Include dependency graph for Compact_container.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Compact_container_base
struct  Compact_container_traits< T >
class  Compact_container< T, Allocator_ >
class  CGALi::CC_iterator< DSC, Const >

Namespaces

namespace  CGALi

Functions

template<class T , class Allocator >
bool operator== (const Compact_container< T, Allocator > &lhs, const Compact_container< T, Allocator > &rhs)
template<class T , class Allocator >
bool operator!= (const Compact_container< T, Allocator > &lhs, const Compact_container< T, Allocator > &rhs)
template<class T , class Allocator >
bool operator< (const Compact_container< T, Allocator > &lhs, const Compact_container< T, Allocator > &rhs)
template<class T , class Allocator >
bool operator> (const Compact_container< T, Allocator > &lhs, const Compact_container< T, Allocator > &rhs)
template<class T , class Allocator >
bool operator<= (const Compact_container< T, Allocator > &lhs, const Compact_container< T, Allocator > &rhs)
template<class T , class Allocator >
bool operator>= (const Compact_container< T, Allocator > &lhs, const Compact_container< T, Allocator > &rhs)
template<class DSC , bool Const1, bool Const2>
bool CGALi::operator== (const CC_iterator< DSC, Const1 > &rhs, const CC_iterator< DSC, Const2 > &lhs)
template<class DSC , bool Const1, bool Const2>
bool CGALi::operator!= (const CC_iterator< DSC, Const1 > &rhs, const CC_iterator< DSC, Const2 > &lhs)
template<class DSC , bool Const>
bool CGALi::operator== (const CC_iterator< DSC, Const > &rhs, Nullptr_t CGAL_assertion_code(n))
template<class DSC , bool Const>
bool CGALi::operator!= (const CC_iterator< DSC, Const > &rhs, Nullptr_t CGAL_assertion_code(n))

Function Documentation

template<class T , class Allocator >
bool operator!= ( const Compact_container< T, Allocator > &  lhs,
const Compact_container< T, Allocator > &  rhs 
) [inline]
template<class T , class Allocator >
bool operator< ( const Compact_container< T, Allocator > &  lhs,
const Compact_container< T, Allocator > &  rhs 
) [inline]
template<class T , class Allocator >
bool operator<= ( const Compact_container< T, Allocator > &  lhs,
const Compact_container< T, Allocator > &  rhs 
) [inline]
template<class T , class Allocator >
bool operator== ( const Compact_container< T, Allocator > &  lhs,
const Compact_container< T, Allocator > &  rhs 
) [inline]

Here is the call graph for this function:

template<class T , class Allocator >
bool operator> ( const Compact_container< T, Allocator > &  lhs,
const Compact_container< T, Allocator > &  rhs 
) [inline]
template<class T , class Allocator >
bool operator>= ( const Compact_container< T, Allocator > &  lhs,
const Compact_container< T, Allocator > &  rhs 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines