19#ifndef BF_P4C_MAU_ATTACHED_ENTRIES_H_
20#define BF_P4C_MAU_ATTACHED_ENTRIES_H_
24#include "lib/ordered_map.h"
43struct attached_entries_element_t {
45 bool need_more =
false;
46 bool first_stage =
true;
47 attached_entries_element_t() =
delete;
48 explicit attached_entries_element_t(
int e) : entries(e) {}
54bool operator>(
const attached_entries_t &,
const attached_entries_t &);
56std::ostream &operator<<(std::ostream &,
const attached_entries_t &);
Definition ordered_map.h:32
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:24
Definition attached_entries.h:43