Fcitx
|
Class to handler dynamic library. More...
#include <cstddef>
#include <filesystem>
#include <functional>
#include <memory>
#include <string>
#include <fcitx-utils/fcitxutils_export.h>
#include <fcitx-utils/flags.h>
#include <fcitx-utils/macros.h>
Go to the source code of this file.
Classes | |
class | fcitx::Library |
Enumerations | |
enum | LibraryLoadHint { NoHint = 0, ResolveAllSymbolsHint = 0x1, PreventUnloadHint = 0x2, ExportExternalSymbolsHint = 0x4, NewNameSpace = 0x8, DefaultHint = PreventUnloadHint } |
Class to handler dynamic library.
Definition in file library.h.