newObject Class Reference
#include <utility.h>
List of all members.
Public Member Functions |
template<class Heap , class Object > |
void | operator() (Object *&o, Heap &h) const |
template<class Heap , class Object , class A1 > |
void | operator() (Object *&o, const A1 &a1, Heap &h) const |
template<class Heap , class Object , class A1 , class A2 > |
void | operator() (Object *&o, const A1 &a1, const A2 &a2, Heap &h) const |
template<class Heap , class Object , class A1 , class A2 , class A3 > |
void | operator() (Object *&o, const A1 &a1, const A2 &a2, const A3 &a3, Heap &h) const |
Member Function Documentation
template<class Heap , class Object , class A1 , class A2 , class A3 >
void newObject::operator() |
( |
Object *& |
o, |
|
|
const A1 & |
a1, |
|
|
const A2 & |
a2, |
|
|
const A3 & |
a3, |
|
|
Heap & |
h | |
|
) |
| | const [inline] |
template<class Heap , class Object , class A1 , class A2 >
void newObject::operator() |
( |
Object *& |
o, |
|
|
const A1 & |
a1, |
|
|
const A2 & |
a2, |
|
|
Heap & |
h | |
|
) |
| | const [inline] |
template<class Heap , class Object , class A1 >
void newObject::operator() |
( |
Object *& |
o, |
|
|
const A1 & |
a1, |
|
|
Heap & |
h | |
|
) |
| | const [inline] |
template<class Heap , class Object >
void newObject::operator() |
( |
Object *& |
o, |
|
|
Heap & |
h | |
|
) |
| | const [inline] |
The documentation for this class was generated from the following file: