#include <cstdint>
#include <functional>
#include <limits>
#include <sstream>
#include <typeinfo>
#include "flecsi/util/id.hh"
#include "flecsi/util/offset.hh"
Go to the source code of this file.
|
#define | FLECSI_ID_PBITS 20 |
|
#define | FLECSI_ID_EBITS 40 |
|
#define | FLECSI_ID_FBITS 4 |
|
#define | FLECSI_ID_GBITS 60 |
|
#define | FLECSI_COUNTER_TYPE int32_t |
|
#define | FLECSI_GENERATED_ID_MAX 1044480 |
|
|
using | flecsi::util::id_t = id_< FLECSI_ID_PBITS, FLECSI_ID_EBITS, FLECSI_ID_FBITS, FLECSI_ID_GBITS > |
|
using | flecsi::util::offset_t = offset< 16 > |
|
using | flecsi::util::counter_t = FLECSI_COUNTER_TYPE |
|