LibNebular, implementation of libnebular::Core
.
More...
#include "config.h"
#include "config.h"
#include <stdexcept>
#include <iostream>
#include <string>
#include <sstream>
#include <cstdio>
#include <cstdlib>
#include <csetjmp>
#include <boost/shared_ptr.hpp>
#include <loki/Functor.h>
#include <istream>
#include <boost/make_shared.hpp>
#include "libnebular.hpp"
#include "libnebular-plugin.hpp"
#include "utils.hpp"
#include <list>
#include <loki/Singleton.h>
Go to the source code of this file.
Classes | |
class | libnebular::DLLibWrapper |
Dynamically Loadable Library wrapper for GNU/Linux, (?) Solaris. More... | |
class | libnebular::Core::Impl_ |
Implementation details. More... | |
class | libnebular::PluginIteratorImpl_ |
Namespaces | |
namespace | libnebular |
All ⟨libnebular⟩ identifiers which are exposed to public. | |
Functions | |
PluginIterator | libnebular::pluginBegin () |
PluginIterator | libnebular::pluginEnd () |
LibNebular, implementation of libnebular::Core
.
Copyright (C) 2011 Leonid Sadikov ⟨ leonius@inbox.ru ⟩
This file is part of LibNebular.
LibNebular is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation.
See "COPYING.LESSER" and "COPYING" in distribution or ⟨http://www.gnu.org/licenses/⟩ for full license text.
Definition in file core.cpp.