Concrete Python
git-339c971
|
#include <concrete/arena.hpp>
Public Member Functions | |
IntegrityError (unsigned int address) throw () | |
virtual const char * | what () const throw () |
unsigned int | address () const throw () |
Arena corruption detected.
IntegrityError | ( | unsigned int | address | ) | throw () [explicit] |
address | of the accessed memory block |
unsigned int address | ( | ) | const throw () |
const char * what | ( | ) | const throw () [virtual] |