Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
e32617d5
Commit
e32617d5
authored
Nov 01, 2012
by
Mukund Sivaraman
Browse files
[2369] Explain how compact() affects ungetAll()
parent
eb92bed5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/master_lexer_inputsource.h
View file @
e32617d5
...
...
@@ -105,9 +105,11 @@ public:
/// called.
void
ungetChar
();
/// Forgets everything read so far, and skips back to the position
/// where reading started. If \c saveLine() was called previously,
/// it sets the current line number to the line number saved then.
/// Forgets what was read, and skips back to the position where
/// \c compact() was last called. If \c compact() was not called, it
/// skips back to where reading started. If \c saveLine() was called
/// previously, it sets the current line number to the line number
/// saved.
void
ungetAll
();
/// Removes buffered content before the current location in the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment