19 #ifndef INCLUDE_RCF_INITDEINIT_HPP
20 #define INCLUDE_RCF_INITDEINIT_HPP
22 #include <RCF/Export.hpp>
24 #include <RCF/Config.hpp>
26 #include <boost/mpl/int.hpp>
27 #include <boost/mpl/list.hpp>
32 RCF_EXPORT std::size_t getInitRefCount();
36 RCF_EXPORT
bool init(RcfConfigT * = NULL);
41 RCF_EXPORT
bool deinit();
44 class RCF_EXPORT RcfInitDeinit
47 RcfInitDeinit(RcfConfigT * = NULL);
51 bool isRootInstance();
59 #endif // ! INCLUDE_RCF_INITDEINIT_HPP