Public Member Functions | Private Attributes | Friends
errorManipArg< Err, T > Class Template Reference

errorManipArg More...

Public Member Functions

 errorManipArg (void(Err::*fPtr)(const T), Err &t, const T i)
 

Private Attributes

void(Err::* fPtr_ )(const T)
 
Err & err_
 
T arg_
 

Friends

Ostreamoperator (Ostream &os, errorManipArg< Err, T > m)
 

Detailed Description

template<class Err, class T>
class Foam::errorManipArg< Err, T >

errorManipArg

Definition at line 53 of file errorManip.H.

Constructor & Destructor Documentation

◆ errorManipArg()

errorManipArg ( void(Err::*)(const T fPtr,
Err &  t,
const T  i 
)
inline

Definition at line 102 of file errorManip.H.

Friends And Related Function Documentation

◆ operator

Ostream& operator ( Ostream os,
errorManipArg< Err, T m 
)
friend

Field Documentation

◆ fPtr_

void(Err::* fPtr_(const T)
private

Definition at line 96 of file errorManip.H.

◆ err_

Err& err_
private

Definition at line 97 of file errorManip.H.

◆ arg_

T arg_
private

Definition at line 98 of file errorManip.H.


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