#include <RCF/Export.hpp>
#include <RCF/Config.hpp>
Go to the source code of this file.
◆ getInitRefCount()
RCF_EXPORT std::size_t RCF::getInitRefCount |
( |
| ) |
|
◆ init()
RCF_EXPORT bool RCF::init |
( |
RcfConfigT * |
= nullptr | ) |
|
Reference-counted initialization of RCF library. May be called multiple times (see deinit()).
◆ deinit()
RCF_EXPORT bool RCF::deinit |
( |
| ) |
|
Reference-counted deinitialization of RCF library. For actual deinitialization to take place, deinit() must be called as many times as init() has been called.