Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::static_quadtree< ValueType, 0 > Struct Template Reference

#include <matrix_arithmetic.h>

List of all members.

Public Member Functions

 static_quadtree (const ValueType &v)
 static_quadtree ()
 operator const ValueType & () const
 operator ValueType & ()
static_quadtreeoperator&= (const static_quadtree &right)
static_quadtreeoperator+= (const static_quadtree &right)
static_quadtreeoperator-= (const static_quadtree &right)
static_quadtree operator! () const
static_quadtree operator& (const static_quadtree &right) const
static_quadtree operator+ (const static_quadtree &right) const
static_quadtree operator- (const static_quadtree &right) const

Public Attributes

ValueType val

Detailed Description

template<typename ValueType>
struct stxxl::static_quadtree< ValueType, 0 >

Definition at line 163 of file matrix_arithmetic.h.


Constructor & Destructor Documentation

template<typename ValueType >
stxxl::static_quadtree< ValueType, 0 >::static_quadtree ( const ValueType &  v) [inline]

Definition at line 167 of file matrix_arithmetic.h.

template<typename ValueType >
stxxl::static_quadtree< ValueType, 0 >::static_quadtree ( ) [inline]

Definition at line 170 of file matrix_arithmetic.h.


Member Function Documentation

template<typename ValueType >
stxxl::static_quadtree< ValueType, 0 >::operator const ValueType & ( ) const [inline]

Definition at line 172 of file matrix_arithmetic.h.

template<typename ValueType >
stxxl::static_quadtree< ValueType, 0 >::operator ValueType & ( ) [inline]

Definition at line 175 of file matrix_arithmetic.h.

template<typename ValueType >
static_quadtree stxxl::static_quadtree< ValueType, 0 >::operator! ( ) const [inline]

Definition at line 196 of file matrix_arithmetic.h.

template<typename ValueType >
static_quadtree stxxl::static_quadtree< ValueType, 0 >::operator& ( const static_quadtree< ValueType, 0 > &  right) const [inline]

Definition at line 199 of file matrix_arithmetic.h.

template<typename ValueType >
static_quadtree& stxxl::static_quadtree< ValueType, 0 >::operator&= ( const static_quadtree< ValueType, 0 > &  right) [inline]

Definition at line 178 of file matrix_arithmetic.h.

template<typename ValueType >
static_quadtree stxxl::static_quadtree< ValueType, 0 >::operator+ ( const static_quadtree< ValueType, 0 > &  right) const [inline]

Definition at line 202 of file matrix_arithmetic.h.

template<typename ValueType >
static_quadtree& stxxl::static_quadtree< ValueType, 0 >::operator+= ( const static_quadtree< ValueType, 0 > &  right) [inline]

Definition at line 184 of file matrix_arithmetic.h.

template<typename ValueType >
static_quadtree stxxl::static_quadtree< ValueType, 0 >::operator- ( const static_quadtree< ValueType, 0 > &  right) const [inline]

Definition at line 205 of file matrix_arithmetic.h.

template<typename ValueType >
static_quadtree& stxxl::static_quadtree< ValueType, 0 >::operator-= ( const static_quadtree< ValueType, 0 > &  right) [inline]

Definition at line 190 of file matrix_arithmetic.h.


Member Data Documentation

template<typename ValueType >
ValueType stxxl::static_quadtree< ValueType, 0 >::val

Definition at line 165 of file matrix_arithmetic.h.


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