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, true > Struct Template Reference

#include <matrix_low_level.h>

Collaboration diagram for stxxl::switch_major_index< BlockSideLength, true >:
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, true >

Definition at line 47 of file matrix_low_level.h.


Constructor & Destructor Documentation

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

Definition at line 49 of file matrix_low_level.h.


Member Function Documentation

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

Definition at line 50 of file matrix_low_level.h.


Member Data Documentation

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

Definition at line 52 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