Sacado  Development
Public Types | Public Member Functions | Protected Attributes | List of all members
Sacado::Fad::Exp::IfThenElseOp< CondT, T1, T2, true, false, ExprSpecDefault > Class Template Reference
Inheritance diagram for Sacado::Fad::Exp::IfThenElseOp< CondT, T1, T2, true, false, ExprSpecDefault >:
Inheritance graph
[legend]
Collaboration diagram for Sacado::Fad::Exp::IfThenElseOp< CondT, T1, T2, true, false, ExprSpecDefault >:
Collaboration graph
[legend]

Public Types

typedef std::remove_cv< T2 >::type ExprT2
 
typedef T1 ConstT
 
typedef ExprT2::value_type value_type
 
typedef ExprT2::scalar_type scalar_type
 
typedef ExprSpecDefault expr_spec_type
 
- Public Types inherited from Sacado::Fad::Exp::Expr< IfThenElseOp< CondT, T1, T2, true, false, ExprSpecDefault > >
typedef IfThenElseOp< CondT, T1, T2, true, false, ExprSpecDefaultderived_type
 Typename of derived object, returned by derived() More...
 

Public Member Functions

SACADO_INLINE_FUNCTION IfThenElseOp (const CondT &cond_, const ConstT &c_, const T2 &expr2_)
 
SACADO_INLINE_FUNCTION int size () const
 
SACADO_INLINE_FUNCTION bool hasFastAccess () const
 
SACADO_INLINE_FUNCTION value_type val () const
 
SACADO_INLINE_FUNCTION value_type dx (int i) const
 
SACADO_INLINE_FUNCTION value_type fastAccessDx (int i) const
 
- Public Member Functions inherited from Sacado::Fad::Exp::Expr< IfThenElseOp< CondT, T1, T2, true, false, ExprSpecDefault > >
SACADO_INLINE_FUNCTION const derived_typederived () const
 Return derived object. More...
 
SACADO_INLINE_FUNCTION const volatile derived_typederived () const volatile
 Return derived object. More...
 

Protected Attributes

const CondT & cond
 
const ConstT & c
 
const T2 & expr2
 

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