HPCToolkit
SrcFile Namespace Reference

Typedefs

typedef unsigned int ln
 

Functions

bool isValid (SrcFile::ln line)
 
bool isValid (SrcFile::ln begLine, SrcFile::ln endLine)
 
int compare (SrcFile::ln x, SrcFile::ln y)
 
bool include (SrcFile::ln beg1, SrcFile::ln end1, SrcFile::ln beg2, SrcFile::ln end2)
 

Variables

const ln ln_NULL = 0
 

Typedef Documentation

◆ ln

typedef unsigned int SrcFile::ln

Definition at line 66 of file SrcFile.hpp.

Function Documentation

◆ compare()

int SrcFile::compare ( SrcFile::ln  x,
SrcFile::ln  y 
)
inline

Definition at line 80 of file SrcFile.hpp.

Here is the caller graph for this function:

◆ include()

bool SrcFile::include ( SrcFile::ln  beg1,
SrcFile::ln  end1,
SrcFile::ln  beg2,
SrcFile::ln  end2 
)
inline

Definition at line 91 of file SrcFile.hpp.

Here is the caller graph for this function:

◆ isValid() [1/2]

bool SrcFile::isValid ( SrcFile::ln  line)
inline

Definition at line 70 of file SrcFile.hpp.

Here is the caller graph for this function:

◆ isValid() [2/2]

bool SrcFile::isValid ( SrcFile::ln  begLine,
SrcFile::ln  endLine 
)
inline

Definition at line 74 of file SrcFile.hpp.

Here is the call graph for this function:

Variable Documentation

◆ ln_NULL

const ln SrcFile::ln_NULL = 0

Definition at line 67 of file SrcFile.hpp.