top
|
up
|
prev
|
next
IncludeDeclaration Class
Definition at line
51
of
LexerFile.hpp
Constructors
IncludeDeclaration
(
const
std::u32string& header_)
Member Functions
const
std::u32string&
Header
()
const
Member Variables
std::u32string
header
Constructor Details
IncludeDeclaration Constructor
sng2html::sng2html::IncludeDeclaration::IncludeDeclaration(
const
std::u32string& header_)
Definition at line
43
of
LexerFile.cpp
:
43
:
Declaration
(
U"include"
)
,
header
(
header_
)
44
{
45
}
Declaration at line
54
of
LexerFile.hpp
Member Function Details
Header Member Function
const
std::u32string& sng2html::sng2html::IncludeDeclaration::Header()
const
Definition at line
55
of
LexerFile.hpp
:
55
{
return
header
;
}
top
|
up
|
prev
|
next