Concrete Python
git-339c971
|
#include <concrete/arena.hpp>
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] |