Column-oriented GPU-accelerated Database Management System
CoGaDB
|
Present a slice of the top of a stack. More...
#include <stack.hh>
Public Member Functions | |
slice (const S &stack, unsigned int range) | |
const T & | operator[] (unsigned int i) const |
Private Attributes | |
const S & | stack_ |
unsigned int | range_ |
Present a slice of the top of a stack.
CoGaDB::SQL::slice< T, S >::slice | ( | const S & | stack, |
unsigned int | range | ||
) | [inline] |
const T& CoGaDB::SQL::slice< T, S >::operator[] | ( | unsigned int | i | ) | const [inline] |
References CoGaDB::SQL::slice< T, S >::range_, and CoGaDB::SQL::slice< T, S >::stack_.
unsigned int CoGaDB::SQL::slice< T, S >::range_ [private] |
Referenced by CoGaDB::SQL::slice< T, S >::operator[]().
const S& CoGaDB::SQL::slice< T, S >::stack_ [private] |
Referenced by CoGaDB::SQL::slice< T, S >::operator[]().