|
ESyS-Particle
2.3
|
#include <dslice.h>
Public Member Functions | |
| DSlice (int st, int l1, int s1, int l2, int s2) | |
| unsigned int | size () const |
| int | operator[] (int idx) const |
Private Attributes | |
| int | m_start |
| int | m_length1 |
| int | m_length2 |
| int | m_stride1 |
| int | m_stride2 |
Friends | |
| bool | operator== (const DSlice &, const DSlice &) |
| bool | operator!= (const DSlice &, const DSlice &) |
| ostream & | operator<< (ostream &, const DSlice &) |
|
inline |
|
inline |
References m_length2.
Referenced by NTSlab< T >::slab_size().

|
friend |
|
private |
Referenced by operator!=(), operator<<(), operator==(), and operator[]().
|
private |
Referenced by operator!=(), operator<<(), operator==(), and size().
|
private |
Referenced by operator!=(), operator<<(), and operator==().
|
private |
Referenced by operator!=(), operator<<(), and operator==().
|
private |
Referenced by operator!=(), operator<<(), operator==(), and operator[]().