ESyS-Particle  2.3.4
nt_slab.h File Reference
#include "nts_iter.h"
#include "ntable.h"
#include "dslice.h"
#include "nt_slab.hpp"
Include dependency graph for nt_slab.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NTSlab< T >
 representation of a slab of the search array of a NeigborTable More...
 

Functions

template<typename T >
bool operator== (const NTSlab< T > &, const NTSlab< T > &)
 
template<typename T >
bool operator!= (const NTSlab< T > &, const NTSlab< T > &)
 
template<typename T >
ostream & operator<< (ostream &, const NTSlab< T > &)
 

Function Documentation

◆ operator!=()

template<typename T >
bool operator!= ( const NTSlab< T > &  ,
const NTSlab< T > &   
)

◆ operator<<()

template<typename T >
ostream& operator<< ( ostream &  ost,
const NTSlab< T > &  NTS 
)

output operator for NTSlab

Parameters
ostthe output stream
NTSthe NTSlab

References NTSlab< T >::m_sl, and NTSlab< T >::slab_size().

Here is the call graph for this function:

◆ operator==()

template<typename T >
bool operator== ( const NTSlab< T > &  ,
const NTSlab< T > &   
)