#include <eventsets.hpp>
|
typedef std::uint32_t | Type |
|
§ Type
§ Event() [1/2]
mc2lib::memconsistency::Event::Event |
( |
| ) |
|
|
inline |
§ Event() [2/2]
§ AllType()
bool mc2lib::memconsistency::Event::AllType |
( |
Type |
type_mask | ) |
const |
|
inline |
§ AnyType()
bool mc2lib::memconsistency::Event::AnyType |
( |
Type |
type_mask | ) |
const |
|
inline |
§ operator std::string()
mc2lib::memconsistency::Event::operator std::string |
( |
| ) |
const |
|
inline |
§ operator!=()
bool mc2lib::memconsistency::Event::operator!= |
( |
const Event & |
rhs | ) |
const |
|
inline |
§ operator<()
bool mc2lib::memconsistency::Event::operator< |
( |
const Event & |
rhs | ) |
const |
|
inline |
§ operator==()
bool mc2lib::memconsistency::Event::operator== |
( |
const Event & |
rhs | ) |
const |
|
inline |
§ addr
§ iiid
Iiid mc2lib::memconsistency::Event::iiid |
§ kAcquire
constexpr Type mc2lib::memconsistency::Event::kAcquire = 0x00000004 |
|
static |
§ kBranch
constexpr Type mc2lib::memconsistency::Event::kBranch = 0x00000080 |
|
static |
§ kMemoryOperation
§ kNext
constexpr Type mc2lib::memconsistency::Event::kNext = 0x00000100 |
|
static |
§ kNone
constexpr Type mc2lib::memconsistency::Event::kNone = 0x00000000 |
|
static |
§ kRead
constexpr Type mc2lib::memconsistency::Event::kRead = 0x00000001 |
|
static |
§ kRegInAddr
constexpr Type mc2lib::memconsistency::Event::kRegInAddr = 0x00000010 |
|
static |
§ kRegInData
constexpr Type mc2lib::memconsistency::Event::kRegInData = 0x00000020 |
|
static |
§ kRegOut
constexpr Type mc2lib::memconsistency::Event::kRegOut = 0x00000040 |
|
static |
§ kRelease
constexpr Type mc2lib::memconsistency::Event::kRelease = 0x00000008 |
|
static |
§ kWrite
constexpr Type mc2lib::memconsistency::Event::kWrite = 0x00000002 |
|
static |
§ type
Type mc2lib::memconsistency::Event::type |
The documentation for this class was generated from the following file: