top
|
up
|
prev
|
next
Keyword Class
Definition at line
77
of
LexerFile.hpp
Constructors
Keyword
(
const
std::u32string& kw_,
const
std::u32string& token_)
Member Variables
std::u32string
kw
std::u32string
token
Constructor Details
Keyword Constructor
sng2html::sng2html::Keyword::Keyword(
const
std::u32string& kw_,
const
std::u32string& token_)
Definition at line
64
of
LexerFile.cpp
:
64
:
kw
(
kw_
)
,
token
(
token_
)
65
{
66
}
Declaration at line
80
of
LexerFile.hpp
top
|
up
|
prev
|
next