std::bad_alloc Class Reference

#include <stdapis/stlportv5/new>

class std::bad_alloc : public std::exception

Inherits from

Constructor & Destructor Documentation

bad_alloc ( )

IMPORT_Cbad_alloc()

bad_alloc ( const bad_alloc & )

IMPORT_Cbad_alloc(const bad_alloc &)

~bad_alloc ( )

IMPORT_C~bad_alloc()[virtual]

Member Function Documentation

operator= ( const bad_alloc & )

IMPORT_C bad_alloc &operator=(const bad_alloc &)

what ( )

IMPORT_C const char *what()const [virtual]

Reimplemented from std::exception::what()const