OALplus (0.52.0) a C++ wrapper for OpenAL

fwd.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OALPLUS_FWD_1303201602_HPP
14 #define OALPLUS_FWD_1303201602_HPP
15 
16 #include <oalplus/config.hpp>
17 
18 namespace oalplus {
19 
20 namespace tag {
21 
22 struct Source;
23 struct Buffer;
24 
25 struct DirectState;
26 
27 struct Playback;
28 struct Capture;
29 
30 } // namespace tag
31 
32 template <typename DevTag>
33 class DeviceOps;
34 class ContextOps;
35 class Context;
36 
37 } // namespace oalplus
38 
39 #endif // include guard
Compile-time configuration options.
Object< SourceOps > Source
An oalplus_object encapsulating the OpenAL source functionality.
Definition: source.hpp:1057
Object< BufferOps > Buffer

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).