Boost.UI
User Interface Boost library
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
e
g
h
i
l
n
o
p
q
r
s
t
u
w
Functions
a
b
c
e
g
h
i
o
p
q
s
t
u
w
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Typedefs
Enumerations
Related Functions
Files
File List
File Members
All
Macros
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
boost
ui
audio.hpp
Go to the documentation of this file.
1
// Copyright (c) 2017 Kolya Kosenko
2
3
// Distributed under the Boost Software License, Version 1.0.
4
// See http://www.boost.org/LICENSE_1_0.txt
5
7
8
#ifndef BOOST_UI_AUDIO_HPP
9
#define BOOST_UI_AUDIO_HPP
10
11
#include <
boost/ui/config.hpp
>
12
13
#ifdef BOOST_HAS_PRAGMA_ONCE
14
#pragma once
15
#endif
16
17
namespace
boost
{
18
namespace
ui {
19
23
BOOST_UI_DECL
void
beep
();
24
25
}
// namespace ui
26
}
// namespace boost
27
28
#endif // BOOST_UI_AUDIO_HPP
config.hpp
Configuration options.
boost
Boost C++ libraries namespace.
Definition:
window.hpp:19
boost::ui::beep
void beep()
Rings the system bell.
Generated by