MCPcopy Create free account
hub / github.com/Genivia/ugrep / cstring

Method cstring

include/reflex/input.h:538–542  ·  view source on GitHub ↗

Get the remaining string of this Input object, returns NULL when this Input is not a string.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected