Methods | |
| Counter (int colour, int dash, int hatch, int marker) | |
| Counter (int index=0) | |
| Counter | bump () |
| Increment the counter, and return the previous value. | |
| Counter | withColour (int index) |
| Counter | withDash (int index) |
| Counter | withHatch (int index) |
| Counter | withMarker (int index) |
Attributes | |
| int | colour |
| int | dash |
| int | hatch |
| int | marker |
|
inline |
Increment the counter, and return the previous value.