P4C
The P4 Compiler
|
Public Member Functions | |
Loc (int b, ActionData::SlotType_t t) | |
void | dbprint (std::ostream &out) const |
bool | operator!= (const Loc &loc) const |
bool | operator== (const Loc &loc) const |
Public Member Functions inherited from P4::IHasDbPrint | |
void | print () const |
Public Attributes | |
int | byte |
ActionData::SlotType_t | type |
|
inlinevirtual |
Implements P4::IHasDbPrint.