pulsar-client-cpp
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
i
j
k
m
n
p
r
s
Functions
Typedefs
Enumerations
Enumerator
a
b
c
d
f
i
j
k
n
p
r
s
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Typedefs
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
include
pulsar
DeprecatedException.h
1
19
#ifndef DEPRECATED_EXCEPTION_HPP_
20
#define DEPRECATED_EXCEPTION_HPP_
21
22
#include <pulsar/defines.h>
23
24
#include <stdexcept>
25
#include <string>
26
27
namespace
pulsar
{
28
class
PULSAR_PUBLIC
DeprecatedException
:
public
std::runtime_error {
29
public
:
30
explicit
DeprecatedException
(
const
std::string& __arg);
31
32
private
:
33
static
const
std::string message_prefix;
34
};
28
class
PULSAR_PUBLIC
DeprecatedException
:
public
std::runtime_error {
…
};
35
}
// namespace pulsar
36
37
#endif
// DEPRECATED_EXCEPTION_HPP_
pulsar::DeprecatedException
Definition
DeprecatedException.h:28
pulsar
Definition
Authentication.h:31
Generated by
1.9.8