STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::matrix_local::static_quadtree< ValueType, 0 > Struct Template Reference

Detailed Description

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

Definition at line 174 of file matrix_arithmetic.h.

Public Member Functions

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

Public Attributes

ValueType val
 

Constructor & Destructor Documentation

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

Definition at line 178 of file matrix_arithmetic.h.

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

Definition at line 181 of file matrix_arithmetic.h.

Member Function Documentation

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

Definition at line 183 of file matrix_arithmetic.h.

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

Definition at line 186 of file matrix_arithmetic.h.

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

Definition at line 207 of file matrix_arithmetic.h.

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

Definition at line 210 of file matrix_arithmetic.h.

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

Definition at line 189 of file matrix_arithmetic.h.

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

Definition at line 213 of file matrix_arithmetic.h.

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

Definition at line 195 of file matrix_arithmetic.h.

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

Definition at line 216 of file matrix_arithmetic.h.

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

Definition at line 201 of file matrix_arithmetic.h.

Member Data Documentation

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

Definition at line 176 of file matrix_arithmetic.h.


The documentation for this struct was generated from the following file: