Skip to content

Struct rayx::Exit

ClassList > rayx > Exit

Public Attributes

Type Name
std::string filename
int line

Public Functions

Type Name
Exit (const std::string & filename, int line)
Exit & operator<< (T t)
~Exit ()

Public Attributes Documentation

variable filename

std::string rayx::Exit::filename;

variable line

int rayx::Exit::line;

Public Functions Documentation

function Exit

rayx::Exit::Exit (
    const std::string & filename,
    int line
) 

function operator<<

template<typename T>
inline Exit & rayx::Exit::operator<< (
    T t
) 

function ~Exit

rayx::Exit::~Exit () 


The documentation for this class was generated from the following file Intern/rayx-core/src/Debug/Debug.h