FreePOOMA  2.4.1
Public Types | Public Member Functions | Friends
VectorEngine< D, T, UnaryVectorOp< V1, Op > > Class Template Reference

#include <UnaryVectorOp.h>

List of all members.

Public Types

enum  { dimensions = 1 }
enum  { d1 = D }
typedef T Element_t
typedef UnaryVectorOp< V1, Op > EngineTag_t
typedef T ConstElementRef_t
typedef T ElementRef_t
typedef VectorEngine< D, T,
UnaryVectorOp< V1, Op > > 
This_t

Public Member Functions

 VectorEngine (const V1 &v1)
Element_t operator() (int i) const

Friends

struct VectorEngineElem

template<int D, class T, class V1, class Op>
class VectorEngine< D, T, UnaryVectorOp< V1, Op > >


Member Typedef Documentation

template<int D, class T , class V1 , class Op >
typedef T VectorEngine< D, T, UnaryVectorOp< V1, Op > >::Element_t
template<int D, class T , class V1 , class Op >
typedef UnaryVectorOp<V1,Op> VectorEngine< D, T, UnaryVectorOp< V1, Op > >::EngineTag_t
template<int D, class T , class V1 , class Op >
typedef T VectorEngine< D, T, UnaryVectorOp< V1, Op > >::ConstElementRef_t
template<int D, class T , class V1 , class Op >
typedef T VectorEngine< D, T, UnaryVectorOp< V1, Op > >::ElementRef_t
template<int D, class T , class V1 , class Op >
typedef VectorEngine<D,T, UnaryVectorOp<V1,Op> > VectorEngine< D, T, UnaryVectorOp< V1, Op > >::This_t

Member Enumeration Documentation

template<int D, class T , class V1 , class Op >
anonymous enum
Enumerator:
dimensions 
template<int D, class T , class V1 , class Op >
anonymous enum
Enumerator:
d1 

Constructor & Destructor Documentation

template<int D, class T , class V1 , class Op >
VectorEngine< D, T, UnaryVectorOp< V1, Op > >::VectorEngine ( const V1 &  v1) [inline, explicit]

Member Function Documentation

template<int D, class T , class V1 , class Op >
Element_t VectorEngine< D, T, UnaryVectorOp< V1, Op > >::operator() ( int  i) const [inline]

Friends And Related Function Documentation

template<int D, class T , class V1 , class Op >
friend struct VectorEngineElem [friend]

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