Go to the source code of this file.
Namespaces | |
flecsi | |
Enumerations | |
enum | flecsi::partition_privilege_t : size_t { nu = 0b00, ro = 0b01, wo = 0b10, rw = 0b11 } |
Functions | |
constexpr size_t | flecsi::privilege_count (std::size_t PACK) |
constexpr partition_privilege_t | flecsi::get_privilege (std::size_t i, std::size_t pack) |
constexpr bool | flecsi::privilege_write (std::size_t pack) noexcept |
Variables | |
constexpr short | flecsi::privilege_bits = 2 |
template<partition_privilege_t... PP> | |
constexpr size_t | flecsi::privilege_pack |