OGLplus  (0.59.0) a C++ wrapper for rendering APIs

result.hpp File Reference
#include "config.hpp"
#include <eagine/anything.hpp>
#include <eagine/c_api_wrap.hpp>
#include <eagine/string_span.hpp>

Go to the source code of this file.

Classes

class  eagine::eglp::egl_no_result_info
 Class storing information about call result for unavailable EGL functions. More...
 
class  eagine::eglp::egl_result_info
 Class storing information about an EGL function call result. More...
 

Namespaces

 eagine
 Common code is placed in this namespace.
 
 eagine::eglp
 EGL-related code is placed in this namespace.
 

Typedefs

template<typename Result >
using eagine::eglp::egl_no_result = api_no_result< Result, egl_no_result_info >
 Alias for always-invalid result of a missing EGL API function call. More...
 
template<typename Result >
using eagine::eglp::egl_result = api_result< Result, egl_result_info >
 Class wrapping the result of a EGL API function call. More...
 
template<typename Result >
using eagine::eglp::egl_opt_result = api_opt_result< Result, egl_result_info >
 Alias for conditionally-valid result of a EGL API function call. More...
 

Detailed Description

Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt


Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).