Skyscraper 2.0
xr::detail Namespace Reference

Functions

std::string _Fmt (const char *fmt,...)
 
void _Throw (std::string failureMessage, const char *originator=nullptr, const char *sourceLocation=nullptr)
 
void _ThrowXrResult (XrResult res, const char *originator=nullptr, const char *sourceLocation=nullptr)
 
XrResult _CheckXrResult (XrResult res, const char *originator=nullptr, const char *sourceLocation=nullptr)
 

Function Documentation

◆ _CheckXrResult()

XrResult xr::detail::_CheckXrResult ( XrResult res,
const char * originator = nullptr,
const char * sourceLocation = nullptr )
inline

Definition at line 76 of file XrError.h.

References _ThrowXrResult().

Here is the call graph for this function:

◆ _Fmt()

std::string xr::detail::_Fmt ( const char * fmt,
... )
inline

Definition at line 27 of file XrError.h.

Referenced by _Throw(), and _ThrowXrResult().

◆ _Throw()

void xr::detail::_Throw ( std::string failureMessage,
const char * originator = nullptr,
const char * sourceLocation = nullptr )
inline

Definition at line 47 of file XrError.h.

References _Fmt().

Referenced by _ThrowXrResult().

Here is the call graph for this function:

◆ _ThrowXrResult()

void xr::detail::_ThrowXrResult ( XrResult res,
const char * originator = nullptr,
const char * sourceLocation = nullptr )
inline

Definition at line 72 of file XrError.h.

References _Fmt(), and _Throw().

Referenced by _CheckXrResult().

Here is the call graph for this function: