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

handle.hpp File Reference
#include "span.hpp"
#include "wrapping_container.hpp"
#include <array>
#include <vector>

Go to the source code of this file.

Classes

class  eagine::basic_handle< Tag, Handle, invalid >
 Non-owning wrapper for C-API opaque handle types. More...
 
class  eagine::basic_owned_handle< Tag, Handle, invalid >
 Owning wrapper for C-API opaque handle types. More...
 
class  eagine::basic_handle_container< basic_handle< Tag, Handle, invalid >, Container >
 Basic template for C-API opaque handle containers and ranges. More...
 

Namespaces

 eagine
 Common code is placed in this namespace.
 

Typedefs

template<typename BasicHandle >
using eagine::basic_handle_span = basic_handle_container< BasicHandle, span< typename BasicHandle::handle_type > >
 Alias for basic handle container based on non-const span. More...
 
template<typename BasicHandle >
using eagine::basic_handle_view = basic_handle_container< BasicHandle, span< const typename BasicHandle::handle_type > >
 Alias for basic handle container based on const span. More...
 
template<typename BasicHandle , std::size_t N>
using eagine::basic_handle_array = basic_handle_container< BasicHandle, std::array< typename BasicHandle::handle_type, N > >
 Alias for basic handle container based on std::array. More...
 
template<typename BasicHandle >
using eagine::basic_handle_vector = basic_handle_container< BasicHandle, std::vector< typename BasicHandle::handle_type > >
 Alias for basic handle container based on std::vector. 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).