top
|
up
|
prev
|
next
SolutionProjectDeclaration Class
Definition at line
22
of
Solution.hpp
Constructors
SolutionProjectDeclaration
(
const
std::string& filePath_)
Member Functions
const
std::string&
FilePath
()
const
Member Variables
std::string
filePath
Constructor Details
SolutionProjectDeclaration Constructor
sngcm::ast::SolutionProjectDeclaration::SolutionProjectDeclaration(
const
std::string& filePath_)
Definition at line
24
of
Solution.cpp
:
24
:
filePath
(
filePath_
)
25
{
26
}
Declaration at line
25
of
Solution.hpp
Member Function Details
FilePath Member Function
const
std::string& sngcm::ast::SolutionProjectDeclaration::FilePath()
const
Definition at line
26
of
Solution.hpp
:
26
{
return
filePath
;
}
Called by:
sngcm::ast::Solution::ResolveDeclarations
top
|
up
|
prev
|
next