MobileRT  1.0
A multi platform C++ CPU progressive Ray Tracer.
MobileRT::ErrorType Struct Reference

#include <ErrorCode.hpp>

Collaboration diagram for MobileRT::ErrorType:
Collaboration graph

Public Attributes

int code
 
::std::string codeText
 
::std::string description
 

Detailed Description

Struct to help convert error code in integer format to string format.

Member Data Documentation

◆ code

int MobileRT::ErrorType::code

◆ codeText

::std::string MobileRT::ErrorType::codeText

◆ description

::std::string MobileRT::ErrorType::description

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