Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions | Private Attributes | List of all members
std::slice Class Reference

Definition at line 45 of file wslice.hh.

Public Member Functions

 slice ()
 
 slice (size_t, size_t, size_t)
 
size_t size () const
 
size_t start () const
 
size_t stride () const
 

Private Attributes

size_t _M_off
 
size_t _M_st
 
size_t _M_sz
 

#include <wslice.hh>

Constructor & Destructor Documentation

std::slice::slice ( )
inline

Definition at line 61 of file wslice.hh.

std::slice::slice ( size_t  __o,
size_t  __d,
size_t  __s 
)
inline

Definition at line 63 of file wslice.hh.

Member Function Documentation

size_t std::slice::size ( ) const
inline

Definition at line 71 of file wslice.hh.

size_t std::slice::start ( ) const
inline

Definition at line 67 of file wslice.hh.

size_t std::slice::stride ( ) const
inline

Definition at line 75 of file wslice.hh.

Member Data Documentation

size_t std::slice::_M_off
private

Definition at line 56 of file wslice.hh.

size_t std::slice::_M_st
private

Definition at line 58 of file wslice.hh.

size_t std::slice::_M_sz
private

Definition at line 57 of file wslice.hh.


The documentation for this class was generated from the following file: