NeoPZ
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
FadCst< T > Class Template Reference

#include <fad.h>

Inheritance diagram for FadCst< T >:
[legend]
Collaboration diagram for FadCst< T >:
[legend]

Public Types

typedef T value_type
 

Public Member Functions

 FadCst (const T &value)
 
const value_typeval () const
 
const value_type dx (int i) const
 
int size () const
 
bool hasFastAccess () const
 
const value_typefastAccessDx (int i) const
 

Protected Member Functions

 FadCst ()
 
- Protected Member Functions inherited from FadSuper
 FadSuper ()
 
 FadSuper (const FadSuper &)
 
 ~FadSuper ()
 

Protected Attributes

const T constant_
 
const T defaultVal
 

Detailed Description

template<class T>
class FadCst< T >

Definition at line 37 of file fad.h.

Member Typedef Documentation

◆ value_type

template<class T>
typedef T FadCst< T >::value_type

Definition at line 578 of file fad.h.

Constructor & Destructor Documentation

◆ FadCst() [1/2]

template<class T>
FadCst< T >::FadCst ( )
inlineprotected

Definition at line 581 of file fad.h.

◆ FadCst() [2/2]

template<class T>
FadCst< T >::FadCst ( const T &  value)
inlineexplicit

Definition at line 587 of file fad.h.

Member Function Documentation

◆ dx()

template<class T>
const value_type FadCst< T >::dx ( int  i) const
inline

Definition at line 590 of file fad.h.

◆ fastAccessDx()

template<class T>
const value_type& FadCst< T >::fastAccessDx ( int  i) const
inline

Definition at line 594 of file fad.h.

◆ hasFastAccess()

template<class T>
bool FadCst< T >::hasFastAccess ( ) const
inline

Definition at line 593 of file fad.h.

Referenced by FadBinaryPow< L, int >::hasFastAccess().

◆ size()

template<class T>
int FadCst< T >::size ( ) const
inline

Definition at line 591 of file fad.h.

Referenced by FadBinaryPow< L, int >::size().

◆ val()

template<class T>
const value_type& FadCst< T >::val ( ) const
inline

Member Data Documentation

◆ constant_

template<class T>
const T FadCst< T >::constant_
protected

Definition at line 583 of file fad.h.

◆ defaultVal

template<class T>
const T FadCst< T >::defaultVal
protected

Definition at line 584 of file fad.h.


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