dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
Dune::Fem::Envelope< Object > Class Template Reference

#include <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

◆ ObjectType

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

Constructor & Destructor Documentation

◆ Envelope() [1/2]

template<class Object >
template<class ParamType >
Dune::Fem::Envelope< Object >::Envelope ( ParamType  param)
inlineexplicit

◆ Envelope() [2/2]

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

Member Function Documentation

◆ operator*() [1/2]

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

◆ operator*() [2/2]

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

◆ operator->() [1/2]

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

◆ operator->() [2/2]

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

Member Data Documentation

◆ object_

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

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