P4C
The P4 Compiler
Loading...
Searching...
No Matches
P4::MatchRegister Class Reference
Inheritance diagram for P4::MatchRegister:
[legend]

Public Member Functions

 MatchRegister (const MatchRegisterSpec &spec)
 
 MatchRegister (cstring n)
 
void toJSON (JSONGenerator &json) const
 JSON serialization/deserialization.
 
- Public Member Functions inherited from P4::MatchRegisterSpec
 MatchRegisterSpec (cstring)
 
bool operator< (const MatchRegisterSpec &other) const
 
bool operator== (const MatchRegisterSpec &other) const
 
cstring toString () const
 

Static Public Member Functions

static MatchRegister fromJSON (JSONLoader &json)
 

Additional Inherited Members

- Public Attributes inherited from P4::MatchRegisterSpec
int id
 
cstring name
 
size_t size
 
- Static Public Attributes inherited from P4::MatchRegisterSpec
static int s_id = 0