Audacity
3.2.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
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
z
~
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
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
t
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Related Functions
a
b
c
d
e
f
g
l
m
n
o
p
r
s
t
v
w
Files
File List
File 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
z
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
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
c
d
e
f
k
l
m
n
o
p
r
s
t
u
v
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
libraries
lib-crashpad-configurer
CrashpadConfigurer.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <map>
5
#include <vector>
6
7
class
CRASHPAD_CONFIGURER_API
CrashpadConfigurer
final
8
{
9
std::string
mHandlerPath
;
10
std::string
mDatabasePath
;
11
std::string
mMetricsDir
;
12
std::string
mURL
;
13
std::vector<std::string>
mArguments
;
14
std::map<std::string, std::string>
mAnnotations
;
15
std::vector<std::string>
mAttachments
;
16
bool
mDatabaseUploadsEnabled {
false
};
17
public
:
18
CrashpadConfigurer
& SetHandlerPathUTF8(
const
std::string& handlerPath);
19
CrashpadConfigurer
& SetDatabasePathUTF8(
const
std::string& database);
20
CrashpadConfigurer
& SetMetricsDirUTF8(
const
std::string& metricsDir);
21
CrashpadConfigurer
& SetURL(
const
std::string&);
22
CrashpadConfigurer
& SetArguments(
const
std::vector<std::string>& arguments);
23
CrashpadConfigurer
& SetAnnotations(
const
std::map<std::string, std::string>& annotations);
24
CrashpadConfigurer
& SetAttachmentsUTF8(
const
std::vector<std::string>& attachments);
25
CrashpadConfigurer
& SetDatabaseUploadEnabled(
bool
enabled);
26
27
void
Start();
28
};
CrashpadConfigurer
Definition:
CrashpadConfigurer.h:8
CrashpadConfigurer::mDatabasePath
std::string mDatabasePath
Definition:
CrashpadConfigurer.h:10
CrashpadConfigurer::mURL
std::string mURL
Definition:
CrashpadConfigurer.h:12
CrashpadConfigurer::mArguments
std::vector< std::string > mArguments
Definition:
CrashpadConfigurer.h:13
CrashpadConfigurer::mMetricsDir
std::string mMetricsDir
Definition:
CrashpadConfigurer.h:11
CrashpadConfigurer::mHandlerPath
std::string mHandlerPath
Definition:
CrashpadConfigurer.h:9
CrashpadConfigurer::mAttachments
std::vector< std::string > mAttachments
Definition:
CrashpadConfigurer.h:15
CrashpadConfigurer::mAnnotations
std::map< std::string, std::string > mAnnotations
Definition:
CrashpadConfigurer.h:14
Generated by
1.9.3