top
|
up
|
prev
|
next
CurrentSolutionGuard Struct
Definition at line
3397
of
Build.cpp
Constructors
CurrentSolutionGuard
(
Solution
* solution)
Constructor Details
CurrentSolutionGuard Constructor
cmajor::build::CurrentSolutionGuard::CurrentSolutionGuard(
Solution
* solution)
Definition at line
3399
of
Build.cpp
:
3399
{
currentSolution
=
solution
;
}
top
|
up
|
prev
|
next