#include "dbm/pfed.h"
#include <stdexcept>
#include <algorithm>
#include <numeric>
#include <memory>
#include <boost/bind.hpp>
Namespaces | |
namespace | dbm |
Defines | |
#define | for_each__(Z) for (iterator Z = beginMutable(), Z_ = endMutable(); Z != Z_; zone++) |
#define | for_each_(Z) for (iterator Z = beginMutable(), Z_ = endMutable(); Z != Z_; ) |
#define | for_each_const(Z) for (const_iterator Z = begin(), Z_ = end(); Z != Z_; zone++) |
Functions | |
static int32_t | min (int32_t a, int32_t b) |
|
|
|
|
|
|
|
|