![]() |
P4C
The P4 Compiler
|
Public Member Functions | |
| ChecksumVal (ChecksumVal &&)=default | |
| ChecksumVal (const ChecksumVal &a) | |
| ChecksumVal (gress_t gr, const value_t &v, const value_t &m) | |
| ChecksumVal (gress_t gr, int tag, const value_t &p) | |
| bool | check () const override |
| ChecksumVal & | operator= (ChecksumVal &&)=default |
| ChecksumVal & | operator= (const ChecksumVal &a) |
Public Member Functions inherited from Deparser::Val | |
| Val (const Val &)=default | |
| Val (gress_t gr, const value_t &v) | |
| Val (gress_t gr, const value_t &v, const value_t &p) | |
| Val (gress_t gr, int tag, const value_t &p) | |
| Val (Val &&)=default | |
| bool | is_clot () const |
| bool | is_phv () const |
| operator bool () const | |
| Phv::Slice | operator* () const |
| Phv::Slice | operator-> () const |
| Val & | operator= (const Val &a) |
| Val & | operator= (Val &&)=default |
Public Attributes | |
| int | mask = 0 |
| int | swap = 0 |
Public Attributes inherited from Deparser::Val | |
| std::reference_wrapper< int > | lineno = val.lineno |
| ordered_set< Phv::Ref > | pov |
| int | tag = -1 |
| Phv::Ref | val |
|
inlineoverridevirtual |
Reimplemented from Deparser::Val.