Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
stxxl::switch_major_index< BlockSideLength, false > Struct Template Reference

#include <matrix_low_level.h>

Collaboration diagram for stxxl::switch_major_index< BlockSideLength, false >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 switch_major_index (const int_type row, const int_type col)
 operator int_type & ()

Private Attributes

int_type i

Detailed Description

template<unsigned BlockSideLength>
struct stxxl::switch_major_index< BlockSideLength, false >

Definition at line 37 of file matrix_low_level.h.


Constructor & Destructor Documentation

template<unsigned BlockSideLength>
stxxl::switch_major_index< BlockSideLength, false >::switch_major_index ( const int_type  row,
const int_type  col 
) [inline]

Definition at line 39 of file matrix_low_level.h.


Member Function Documentation

template<unsigned BlockSideLength>
stxxl::switch_major_index< BlockSideLength, false >::operator int_type & ( ) [inline]

Definition at line 40 of file matrix_low_level.h.


Member Data Documentation

template<unsigned BlockSideLength>
int_type stxxl::switch_major_index< BlockSideLength, false >::i [private]

Definition at line 42 of file matrix_low_level.h.


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