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 
21 
25 class LOG4CPP_EXPORT ConfigureFailure : public std::runtime_error {
26 public:
31  ConfigureFailure(const std::string& reason);
32 };
33 
35 
36 
37 #endif // _LOG4CPP_CONFIGURATOR_HH
#define LOG4CPP_NS_END
Definition: Portability.hh:50
Exception class for configuration.
Definition: Configurator.hh:25
#define LOG4CPP_EXPORT
Definition: Export.hh:21
#define LOG4CPP_NS_BEGIN
Definition: Portability.hh:49


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:53