
All Classes |Grouped Classes |Index
Function call_constructor
static void CL_System::call_constructor(
T * memory);
static void CL_System::call_constructor(
T * memory,
P1 p1);
static void CL_System::call_constructor(
T * memory,
P1 p1,
P2 p2);
static void CL_System::call_constructor(
T * memory,
P1 p1,
P2 p2,
P3 p3);
static void CL_System::call_constructor(
T * memory,
P1 p1,
P2 p2,
P3 p3,
P4 p4);
static void CL_System::call_constructor(
T * memory,
P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5);
static void CL_System::call_constructor(
T * memory,
P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5,
P6 p6);
static void CL_System::call_constructor(
T * memory,
P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5,
P6 p6,
P7 p7);