gets a constant pointer to the C string
| 170 | |
| 171 | // gets a constant pointer to the C string |
| 172 | __fi const char* c_str() const { return m_buffer; } |
| 173 | |
| 174 | // gets a writable char array, do not write more than reserve characters to it. |
| 175 | __fi char* data() { return m_buffer; } |
no outgoing calls