Column-oriented GPU-accelerated Database Management System
CoGaDB
CoGaDB::SQL::slice< T, S > Class Template Reference

Present a slice of the top of a stack. More...

#include <stack.hh>

List of all members.

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_

Detailed Description

template<class T, class S = stack<T>>
class CoGaDB::SQL::slice< T, S >

Present a slice of the top of a stack.


Constructor & Destructor Documentation

template<class T, class S = stack<T>>
CoGaDB::SQL::slice< T, S >::slice ( const S &  stack,
unsigned int  range 
) [inline]

Member Function Documentation

template<class T, class S = stack<T>>
const T& CoGaDB::SQL::slice< T, S >::operator[] ( unsigned int  i) const [inline]

Member Data Documentation

template<class T, class S = stack<T>>
unsigned int CoGaDB::SQL::slice< T, S >::range_ [private]
template<class T, class S = stack<T>>
const S& CoGaDB::SQL::slice< T, S >::stack_ [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines