Logo coherent WaveBurst  
Library Reference Guide
Logo
List of all members | Public Member Functions | Private Attributes | List of all members
std::slice Class Reference

Definition at line 63 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

◆ slice() [1/2]

std::slice::slice ( )
inline

Definition at line 79 of file wslice.hh.

◆ slice() [2/2]

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

Definition at line 81 of file wslice.hh.

Member Function Documentation

◆ size()

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

Definition at line 89 of file wslice.hh.

◆ start()

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

Definition at line 85 of file wslice.hh.

◆ stride()

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

Definition at line 93 of file wslice.hh.

Member Data Documentation

◆ _M_off

size_t std::slice::_M_off
private

Definition at line 74 of file wslice.hh.

◆ _M_st

size_t std::slice::_M_st
private

Definition at line 76 of file wslice.hh.

◆ _M_sz

size_t std::slice::_M_sz
private

Definition at line 75 of file wslice.hh.


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