Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::slice Class Reference

#include <slice.h>

List of all members.

Public Methods

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

Private Attributes

size_t _M_off
size_t _M_sz
size_t _M_st


Constructor & Destructor Documentation

std::slice::slice ( ) [inline]
 

Definition at line 56 of file slice.h.

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

Definition at line 58 of file slice.h.


Member Function Documentation

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

Definition at line 66 of file slice.h.

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

Definition at line 62 of file slice.h.

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

Definition at line 70 of file slice.h.


Member Data Documentation

size_t std::slice::_M_off [private]
 

Definition at line 51 of file slice.h.

size_t std::slice::_M_st [private]
 

Definition at line 53 of file slice.h.

size_t std::slice::_M_sz [private]
 

Definition at line 52 of file slice.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:30 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001