Get the remaining string of this Input object, returns NULL when this Input is not a string.
| 536 | } |
| 537 | /// Get the remaining string of this Input object, returns NULL when this Input is not a string. |
| 538 | const char *cstring() const |
| 539 | /// @returns remaining unbuffered part of the NUL-terminated string or NULL |
| 540 | { |
| 541 | return cstring_; |
| 542 | } |
| 543 | /// Get the remaining wide character string of this Input object, returns NULL when this Input is not a wide string. |
| 544 | const wchar_t *wstring() const |
| 545 | /// @returns remaining unbuffered part of the NUL-terminated wide character string or NULL |
nothing calls this directly
no outgoing calls
no test coverage detected