dune-fem  2.4.1-rc
Public Types | Public Member Functions | Protected Attributes | List of all members
Dune::Fem::Envelope< Object > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/storage/envelope.hh>

Public Types

typedef Object ObjectType
 

Public Member Functions

template<class ParamType >
 Envelope (ParamType param)
 
 Envelope (const Envelope &other)
 
const ObjectTypeoperator* () const
 
ObjectTypeoperator* ()
 
const ObjectTypeoperator-> () const
 
ObjectTypeoperator-> ()
 

Protected Attributes

ObjectType object_
 

Member Typedef Documentation

template<class Object >
typedef Object Dune::Fem::Envelope< Object >::ObjectType

Constructor & Destructor Documentation

template<class Object >
template<class ParamType >
Dune::Fem::Envelope< Object >::Envelope ( ParamType  param)
inlineexplicit
template<class Object >
Dune::Fem::Envelope< Object >::Envelope ( const Envelope< Object > &  other)
inline

Member Function Documentation

template<class Object >
const ObjectType& Dune::Fem::Envelope< Object >::operator* ( ) const
inline
template<class Object >
ObjectType& Dune::Fem::Envelope< Object >::operator* ( )
inline
template<class Object >
const ObjectType* Dune::Fem::Envelope< Object >::operator-> ( ) const
inline
template<class Object >
ObjectType* Dune::Fem::Envelope< Object >::operator-> ( )
inline

Member Data Documentation

template<class Object >
ObjectType Dune::Fem::Envelope< Object >::object_
protected

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