char_type* eback() const;
(1)char_type* gptr() const;
(2)char_type* egptr() const;
(3)Returns pointers defining the get area.
1) Returns the pointer to the beginning of the get area.
2) Returns the pointer to the current character (get pointer) in the get area.
3) Returns the pointer one past the end of the get area.
[edit] Parameters(none)
[edit] Return value1) The pointer to the beginning of the get area.
2) The pointer to the current character (get pointer) in the get area.
3) The pointer one past the end of the get area.
[edit] NotesWhile the names "gptr" and "egptr" refer to the get area, the name "eback" refers to the end of the putback area: stepping backwards from gptr
, characters can be put back until eback
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4