LibNebular, main implementation file. More...
#include "config.h"
#include "libnebular.hpp"
#include "libnebular-plugin.hpp"
#include "utils.hpp"
#include "libnebular-extra.templates.hpp"
#include <sstream>
#include <csetjmp>
#include <fstream>
#include <loki/Singleton.h>
#include <loki/Functor.h>
Go to the source code of this file.
Classes | |
class | libnebular::Log::Impl_ |
class | libnebular::Picture::Impl_ |
Namespaces | |
namespace | libnebular |
All ⟨libnebular⟩ identifiers which are exposed to public. | |
namespace | libnebular::bits |
Routines to work with integers as with "bit vectors". | |
Defines | |
#define | LOKI_FUNCTOR_IS_NOT_A_SMALLOBJECT |
Functions | |
template Integer | libnebular::bits::getHighestBitIndex< Integer > (Integer a) |
template Integer | libnebular::bits::getContigLength< Integer > (Integer a) |
template bool | libnebular::bits::areContig (Integer a) |
template bool | libnebular::bits::areSubsetOf (Integer a, Integer b) |
template Integer | libnebular::bits::generateContig< Integer > (Integer length) |
LibNebular, main implementation file.
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 libnebular.cpp.
#define LOKI_FUNCTOR_IS_NOT_A_SMALLOBJECT |
Definition at line 37 of file libnebular.cpp.