Wrapper around a OpenAL context. More...
#include <oalplus/config.hpp>#include <oalplus/alfunc.hpp>#include <oalplus/device.hpp>#include <oalplus/distance_model.hpp>#include <oalplus/context_attrib.hpp>#include <oalplus/string_query.hpp>#include <oalplus/attrib_list.hpp>#include <oalplus/error/alc.hpp>#include <oalplus/detail/sep_str_range.hpp>Go to the source code of this file.
Classes | |
| class | oalplus::ContextOps |
| Base wrapper for OpenAL context operations. More... | |
| class | oalplus::Context |
| Wrapper for OpenAL context operations. More... | |
| class | oalplus::CurrentContext |
| A context that is made current right after construction. More... | |
Namespaces | |
| oalplus | |
| All definitions of OALplus are nested in the oalplus namespace. | |
Typedefs | |
|
typedef AttributeList < ContextAttrib, ContextValueTypeToContextAttrib, AttributeListTraits > | oalplus::ContextAttribs |
| Attribute list for context attributes. | |
|
typedef FinishedAttributeList < ContextAttrib, AttributeListTraits > | oalplus::FinishedContextAttribs |
| Finished list of context attribute values. | |
Wrapper around a OpenAL context.
Copyright 2012-2014 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)