Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
genicam
library
CPP
include
log4cpp
Configurator.hh
Go to the documentation of this file.
1
/*
2
* Configurator.hh
3
*
4
* Copyright 2001, Glen Scott. All rights reserved.
5
*
6
* See the COPYING file for the terms of usage and distribution.
7
*/
8
#ifndef _LOG4CPP_CONFIGURATOR_HH
9
#define _LOG4CPP_CONFIGURATOR_HH
10
11
#ifdef _MSC_VER
12
# pragma warning( disable: 4275 ) // non dll-interface structXXX used as base
13
#endif
14
15
#include <
log4cpp/Portability.hh
>
16
#include <
log4cpp/Export.hh
>
17
#include <string>
18
#include <stdexcept>
19
20
LOG4CPP_NS_BEGIN
21
25
class
LOG4CPP_EXPORT
ConfigureFailure
:
public
std::runtime_error {
26
public
:
31
ConfigureFailure
(
const
std::string& reason);
32
};
33
34
LOG4CPP_NS_END
35
36
37
#endif // _LOG4CPP_CONFIGURATOR_HH
LOG4CPP_NS_END
#define LOG4CPP_NS_END
Definition:
Portability.hh:50
ConfigureFailure
Exception class for configuration.
Definition:
Configurator.hh:25
Portability.hh
Export.hh
LOG4CPP_EXPORT
#define LOG4CPP_EXPORT
Definition:
Export.hh:21
LOG4CPP_NS_BEGIN
#define LOG4CPP_NS_BEGIN
Definition:
Portability.hh:49
rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:53