top
|
up
|
prev
|
next
Import Class
Definition at line
22
of
Project.hpp
Constructors
Import
(
const
std::u32string& name_,
const
std::string& relativePath_)
Member Functions
const
std::u32string&
Name
()
const
const
std::string&
RelativePath
()
const
Member Variables
std::u32string
name
std::string
relativePath
Constructor Details
Import Constructor
gendoc::Import::Import(
const
std::u32string& name_,
const
std::string& relativePath_)
Definition at line
39
of
Project.cpp
Declaration at line
25
of
Project.hpp
Member Function Details
Name Member Function
const
std::u32string& gendoc::Import::Name()
const
Definition at line
26
of
Project.hpp
Called by:
gendoc::Project::BuildSymbolTable
RelativePath Member Function
const
std::string& gendoc::Import::RelativePath()
const
Definition at line
27
of
Project.hpp
Called by:
gendoc::Project::ResolveContentFilePath
top
|
up
|
prev
|
next