Go to the source code of this file.
Namespaces | |
| namespace | xvr2 |
Functions | |
| template<class __ttype_x> | |
| void | xvr2::xvr2_delete (__ttype_x &ptr) |
| Use this function in place of the delete operator for pointers, after it has been successfully called the argument will point to the NULL (0x0) address. | |
| template<class __ttype_y> | |
| void | xvr2::xvr2_delete_array (__ttype_y &array) |
| Use this function in place of the delete[] operator for arrays, after it has been successfully called the argument will point to the NULL (0x0) address. | |
1.5.5