top
|
up
|
prev
|
next
TargetDeclaration Class
Definition at line
95
of
Project.hpp
Constructors
TargetDeclaration
(
Target
target_)
Member Functions
Target
GetTarget
()
const
Member Variables
Target
target
Constructor Details
TargetDeclaration Constructor
sngcm::ast::TargetDeclaration::TargetDeclaration(
Target
target_)
Definition at line
117
of
Project.cpp
:
117
:
ProjectDeclaration
(
ProjectDeclarationType
::
targetDeclaration
)
,
target
(
target_
)
118
{
119
}
Declaration at line
98
of
Project.hpp
Member Function Details
GetTarget Member Function
Target
sngcm::ast::TargetDeclaration::GetTarget()
const
Definition at line
99
of
Project.hpp
:
99
{
return
target
;
}
Called by:
sngcm::ast::Project::ResolveDeclarations
top
|
up
|
prev
|
next