add a character to token_buffer
| 8704 | |
| 8705 | /// add a character to token_buffer |
| 8706 | void add(char_int_type c) |
| 8707 | { |
| 8708 | token_buffer.push_back(static_cast<typename string_t::value_type>(c)); |
| 8709 | } |
| 8710 | |
| 8711 | public: |
| 8712 | ///////////////////// |
no test coverage detected