![]() |
P4C
The P4 Compiler
|
Public Member Functions | |
| 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 | |
| virtual bool | check () const |
| 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 | |
| std::reference_wrapper< int > | lineno = val.lineno |
| ordered_set< Phv::Ref > | pov |
| int | tag = -1 |
| Phv::Ref | val |