top
|
up
| prev |
next
File Class
Definition at line
12
of
File.hpp
Constructors
File
(
const
std::u32string& name_,
const
std::string& path_)
Member Functions
bool
Included
()
const
const
std::u32string&
Name
()
const
const
std::string&
Path
()
const
void
SetIncluded
(
bool
included_)
Member Variables
bool
included
std::u32string
name
std::string
path
Constructor Details
File Constructor
gendoc::File::File(
const
std::u32string& name_,
const
std::string& path_)
Definition at line
10
of
File.cpp
Declaration at line
15
of
File.hpp
Member Function Details
Included Member Function
bool
gendoc::File::Included()
const
Definition at line
18
of
File.hpp
Called by:
gendoc::Project::BuildAst
,
gendoc::Project::ReadFilePaths
Name Member Function
const
std::u32string& gendoc::File::Name()
const
Definition at line
16
of
File.hpp
Called by:
gendoc::Filter::Apply
,
gendoc::Project::BuildAst
Path Member Function
const
std::string& gendoc::File::Path()
const
Definition at line
17
of
File.hpp
Called by:
gendoc::Project::BuildAst
,
gendoc::Project::ReadFilePaths
SetIncluded Member Function
void
gendoc::File::SetIncluded(
bool
included_)
Definition at line
19
of
File.hpp
Called by:
gendoc::Filter::Apply
top
|
up
| prev |
next