Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::RError::RLocation Struct Reference

Definition at line 40 of file RError.hxx.

Public Member Functions

 RLocation ()=default
 RLocation (const char *func, const char *file, unsigned int line)

Public Attributes

const char * fFunction
const char * fSourceFile
unsigned int fSourceLine

#include <ROOT/RError.hxx>

Constructor & Destructor Documentation

◆ RLocation() [1/2]

ROOT::RError::RLocation::RLocation ( )
default

◆ RLocation() [2/2]

ROOT::RError::RLocation::RLocation ( const char * func,
const char * file,
unsigned int line )
inline

Definition at line 42 of file RError.hxx.

Member Data Documentation

◆ fFunction

const char* ROOT::RError::RLocation::fFunction

Definition at line 48 of file RError.hxx.

◆ fSourceFile

const char* ROOT::RError::RLocation::fSourceFile

Definition at line 49 of file RError.hxx.

◆ fSourceLine

unsigned int ROOT::RError::RLocation::fSourceLine

Definition at line 50 of file RError.hxx.


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