![]() |
P4C
The P4 Compiler
|
Public Member Functions | |
| indent_t (int i) | |
| indent_t | operator+ (int v) |
| indent_t & | operator++ () |
| indent_t | operator++ (int) |
| indent_t & | operator+= (int v) |
| indent_t | operator- (int v) |
| indent_t & | operator-- () |
| indent_t | operator-- (int) |
| indent_t & | operator-= (int v) |
Static Public Member Functions | |
| static indent_t & | getindent (std::ostream &) |
Static Public Attributes | |
| static int | tabsz = 2 |
Friends | |
| std::ostream & | operator<< (std::ostream &os, indent_t i) |