versatile-mcmc  0.1.7
Public Member Functions | Public Attributes | List of all members
vmcmc::Logger::Location Struct Reference

A simple struct used by the Logger macros to pass information about the filename and line number. More...

#include <logger.hpp>

Public Member Functions

 Location (const char *const fileName="", const char *const functionName="", int lineNumber=-1)
 

Public Attributes

int fLineNumber
 
std::string fFileName
 
std::string fFunctionName
 

Detailed Description

A simple struct used by the Logger macros to pass information about the filename and line number.

Not to be used directly by the user.


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