top | up | prev | next

Include Class

Definition at line 12 of ParserFile.hpp

Constructors

Include(bool hppPrefix_, const std::u32string& str_)

Member Functions

bool HppPrefix() const
const std::u32string& Str() const

Member Variables

bool hppPrefix
std::u32string str

Constructor Details

Include Constructor

sng2html::sng2html::Include::Include(bool hppPrefix_, const std::u32string& str_)

Definition at line 11 of ParserFile.cpp :
11 : hppPrefix(hppPrefix_)str(str_)
12 {
13 }


Declaration at line 15 of ParserFile.hpp


Member Function Details

HppPrefix Member Function

bool sng2html::sng2html::Include::HppPrefix() const

Definition at line 16 of ParserFile.hpp :
16 { return hppPrefix; }


Str Member Function

const std::u32string& sng2html::sng2html::Include::Str() const

Definition at line 17 of ParserFile.hpp :
17 { return str; }


top | up | prev | next