IOerrorLocation Class Reference
Inheritance diagram for IOerrorLocation:

Public Member Functions

 IOerrorLocation ()
 Construct null. More...
 
 IOerrorLocation (const string &ioFileName, const label ioStartLineNumber=-1, const label ioEndLineNumber=-1, const bool ioGlobal=false)
 Construct from components. More...
 
 IOerrorLocation (const IOstream &)
 Construct from a stream. More...
 
 IOerrorLocation (const dictionary &)
 Construct from a dictionary. More...
 
const stringioFileName () const
 Access the file name. More...
 
label ioStartLineNumber () const
 Access the start line number. More...
 
label ioEndLineNumber () const
 Access the end line number. More...
 
bool ioGlobal () const
 Assess to the global/local file switch. More...
 

Detailed Description

Definition at line 186 of file error.H.

Constructor & Destructor Documentation

◆ IOerrorLocation() [1/4]

Construct null.

Definition at line 35 of file IOerror.C.

◆ IOerrorLocation() [2/4]

IOerrorLocation ( const string ioFileName,
const label  ioStartLineNumber = -1,
const label  ioEndLineNumber = -1,
const bool  ioGlobal = false 
)

Construct from components.

Definition at line 44 of file IOerror.C.

◆ IOerrorLocation() [3/4]

IOerrorLocation ( const IOstream ios)

Construct from a stream.

Definition at line 59 of file IOerror.C.

◆ IOerrorLocation() [4/4]

IOerrorLocation ( const dictionary dict)

Construct from a dictionary.

Definition at line 68 of file IOerror.C.

Member Function Documentation

◆ ioFileName()

const string& ioFileName ( ) const
inline

Access the file name.

Definition at line 229 of file error.H.

Referenced by Foam::operator<<().

Here is the caller graph for this function:

◆ ioStartLineNumber()

label ioStartLineNumber ( ) const
inline

Access the start line number.

Definition at line 235 of file error.H.

Referenced by Foam::operator<<().

Here is the caller graph for this function:

◆ ioEndLineNumber()

label ioEndLineNumber ( ) const
inline

Access the end line number.

Definition at line 241 of file error.H.

Referenced by Foam::operator<<().

Here is the caller graph for this function:

◆ ioGlobal()

bool ioGlobal ( ) const
inline

Assess to the global/local file switch.

Definition at line 247 of file error.H.


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