STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tuple.h File Reference
#include <stxxl/bits/namespace.h>
#include <stxxl/bits/common/tmeta.h>
#include <limits>
#include <ostream>

Go to the source code of this file.

Classes

struct  stxxl::Plug
 
class  stxxl::stream::concatenate< StreamA, StreamB >
 
struct  stxxl::stream::counter< ValueType >
 
struct  stxxl::tuple< T1, T2, T3, T4, T5, T6 >
 k-Tuple data type More...
 
struct  stxxl::tuple< T1, T2, T3, T4, T5, T6 >::item_type< I >
 
struct  stxxl::tuple< T1, Plug, Plug, Plug, Plug >
 Partial specialization for 1- tuple. More...
 
struct  stxxl::tuple< T1, Plug, Plug, Plug, Plug >::item_type< I >
 
struct  stxxl::tuple< T1, T2, Plug, Plug, Plug, Plug >
 Partial specialization for 2- tuple (equivalent to std::pair) More...
 
struct  stxxl::tuple< T1, T2, Plug, Plug, Plug, Plug >::item_type< I >
 
struct  stxxl::tuple< T1, T2, T3, Plug, Plug, Plug >
 Partial specialization for 3- tuple (triple) More...
 
struct  stxxl::tuple< T1, T2, T3, Plug, Plug, Plug >::item_type< I >
 
struct  stxxl::tuple< T1, T2, T3, T4, Plug, Plug >
 Partial specialization for 4- tuple. More...
 
struct  stxxl::tuple< T1, T2, T3, T4, Plug, Plug >::item_type< I >
 
struct  stxxl::tuple< T1, T2, T3, T4, T5, Plug >
 Partial specialization for 5- tuple. More...
 
struct  stxxl::tuple< T1, T2, T3, T4, T5, Plug >::item_type< I >
 
struct  stxxl::tuple_base< T1, T2, T3, T4, T5, T6 >
 
struct  stxxl::tuple_base< T1, T2, T3, T4, T5, T6 >::item_type< I >
 
struct  stxxl::tuple_greater1st< TupleType >
 
struct  stxxl::tuple_less1st< TupleType >
 
struct  stxxl::tuple_less1st_less2nd< TupleType >
 
struct  stxxl::tuple_less2nd< TupleType >
 
struct  stxxl::tuple_less2nd_less1st< TupleType >
 

Namespaces

 stxxl
 STXXL library namespace
 
 stxxl::stream
 Stream package subnamespace.