utility_tests.cpp File Reference
tests utility.h and op_exception.h
More...
#include <stdlib.h>
#include <new>
#include <iostream>
#include "utility.h"
#include "op_exception.h"
Detailed Description
tests utility.h and op_exception.h
- Author:
- John Levon
-
Philippe Elie
Function Documentation
| void operator delete |
( |
void * |
p |
) |
throw () |
| void operator delete[] |
( |
void * |
p |
) |
throw () |
| void* operator new |
( |
size_t |
size |
) |
throw (bad_alloc) |
| void* operator new[] |
( |
size_t |
size |
) |
throw (bad_alloc) |
template<typename Throw , typename Catch >
| void throw_tests |
( |
bool |
|
) |
[inline] |
template<typename Throw , typename Catch >
| void throw_tests |
( |
|
) |
[inline] |