Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

unew.h File Reference

Same as <new>, but throws ustl:: exceptions. More...

#include "uexception.h"

Functions

void * operator new (size_t) throw (ustl::bad_alloc)
void * operator new[] (size_t) throw (ustl::bad_alloc)
void operator delete (void *) throw ()
void operator delete[] (void *) throw ()
void * operator new (size_t, void *p) throw ()
void * operator new[] (size_t, void *p) throw ()
void operator delete (void *, void *) throw ()
void operator delete[] (void *, void *) throw ()


Detailed Description

Same as <new>, but throws ustl:: exceptions.


Generated on Mon Jan 17 14:35:02 2005 for uSTL by 1.3.9 Doxygen Hosted on SourceForge.net