25 bool isInitialized_{
false};
26 static constexpr const char *libName_ =
"NixonCppLib v0.0.1";
28 std::shared_ptr<nixoncpp::logging::ILogger> logger_;
29 std::shared_ptr<nixoncpp::assets::IAssetManager> assetManager_;
Definition IAssetManager.hpp:6
NixonCppLib & operator=(NixonCppLib &&other)=delete
NixonCppLib(const NixonCppLib &other)=delete
NixonCppLib(NixonCppLib &&other)=delete
const std::shared_ptr< nixoncpp::assets::IAssetManager > & getAssetManager() const noexcept
Definition NixonCppLib.cpp:44
NixonCppLib(const UtilsFactory::ApplicationContext &context)
Constructs a NixonCppLib instance from the given application context.
Definition NixonCppLib.cpp:20
void performLibraryTask()
Definition NixonCppLib.cpp:49
NixonCppLib & operator=(const NixonCppLib &other)=delete
~NixonCppLib()
Definition NixonCppLib.cpp:33
bool isInitialized() const noexcept
Definition NixonCppLib.cpp:41
Definition AssetManager.cpp:4
Definition DirectoryManager.cpp:5
Definition NixonCppLib.hpp:7
Definition NixonCppLib.hpp:7
Definition UtilsFactory.hpp:57