Exception type for errors caused by a failed memory allocation attempt. More...
Public Member Functions | |
bad_alloc (const std::string &message) | |
const char * | what () const throw () |
Exception type for errors caused by a failed memory allocation attempt.
Definition at line 75 of file exception.hpp.
arbb::bad_alloc::bad_alloc | ( | const std::string & | message | ) | [inline] |
Definition at line 77 of file exception.hpp.
const char* arbb::exception::what | ( | ) | const throw () [inline, inherited] |
Definition at line 40 of file exception.hpp.
Copyright © 2010, Intel Corporation. All rights reserved.