top
|
up
|
prev
|
next
Destruction Struct
Definition at line
96
of
Statics.cpp
Constructors
Destruction
(destructor_ptr destructor_,
void
* arg_,
Destruction
* next_)
Member Variables
void
*
arg
destructor_ptr
destructor
Destruction
*
next
Constructor Details
Destruction Constructor
cmajor::rt::Destruction::Destruction(destructor_ptr destructor_,
void
* arg_,
Destruction
* next_)
Definition at line
98
of
Statics.cpp
:
98
:
destructor
(
destructor_
)
,
arg
(
arg_
)
,
next
(
next_
)
99
{
100
}
top
|
up
|
prev
|
next