Concrete Python  git-339c971
Public Member Functions
AllocationError Class Reference

#include <concrete/arena.hpp>

+ Inheritance diagram for AllocationError:
+ Collaboration diagram for AllocationError:

List of all members.

Public Member Functions

 AllocationError (size_t size) throw ()
virtual const char * what () const throw ()
size_t size () const throw ()

Detailed Description

Out of memory.


Constructor & Destructor Documentation

AllocationError ( size_t  size) throw () [explicit]
Parameters:
sizeof the failed allocation

Member Function Documentation

size_t size ( ) const throw ()
Returns:
size of the failed allocation
const char * what ( ) const throw () [virtual]
Returns:
string describing the error type