#include "macpp.h"
Namespaces | |
namespace | std |
Classes | |
struct | std::nothrow_t |
void * | operator new (std::size_t) throw () |
void * | operator new[] (std::size_t) throw () |
void | operator delete (void *) throw () |
void | operator delete[] (void *) throw () |
void * | operator new (std::size_t s, const std::nothrow_t &) |
void * | operator new[] (std::size_t s, const std::nothrow_t &) |
void | operator delete (void *p, const std::nothrow_t &) |
void | operator delete[] (void *p, const std::nothrow_t &) |
void * | operator new (std::size_t, void *place) |
void * | operator new[] (std::size_t, void *place) |
Variables | |
const nothrow_t | std::nothrow |
|
These are replaceable signatures:
Placement new and delete signatures (take a memory address argument, does nothing) may not be replaced by a user's program. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|