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
1c12d203
Commit
1c12d203
authored
Oct 29, 2012
by
JINMEI Tatuya
Browse files
[2370] added some comments about numeber types
parent
e62b6417
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/master_lexer.h
View file @
1c12d203
...
...
@@ -46,6 +46,11 @@ public:
class
MasterLexer
::
Token
{
public:
/// \brief Enumeration for token types
///
/// \note At the time of initial implementation, all numeric tokens
/// that would be extracted from \c MasterLexer should be represented
/// as an unsigned 32-bit integer. If we see the need for larger integers
/// or negative numbers, we can then extend the token types.
enum
Type
{
END_OF_LINE
,
///< End of line detected (if asked for detecting it)
END_OF_FILE
,
///< End of file detected (if asked for detecting it)
...
...
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