

Public Member Functions | |
| CigarRoller (const char *cigarString) | |
| CigarRoller & | operator+= (CigarRoller &rhs) |
| CigarRoller & | operator+= (const CigarOperator &rhs) |
| CigarRoller & | operator= (CigarRoller &rhs) |
| void | Add (Operation operation, int count) |
| void | Add (char operation, int count) |
| void | Add (const char *cigarString) |
| void | Add (CigarRoller &rhs) |
| void | Set (const char *cigarString) |
| void | Set (const uint32_t *cigarBuffer, uint16_t bufferLen) |
| int | getMatchPositionOffset () |
| const char * | getString () |
| void | clear () |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const CigarRoller &roller) |
Definition at line 65 of file CigarRoller.h.
1.6.3