|
Concrete Python
git-339c971
|
#include <concrete/arena.hpp>
Inheritance diagram for AllocationError:
Collaboration diagram for AllocationError:Public Member Functions | |
| AllocationError (size_t size) throw () | |
| virtual const char * | what () const throw () |
| size_t | size () const throw () |
Out of memory.
| AllocationError | ( | size_t | size | ) | throw () [explicit] |
| size | of the failed allocation |
| size_t size | ( | ) | const throw () |
| const char * what | ( | ) | const throw () [virtual] |
1.7.6.1