Bond 0.9
C++ Bond Runtime Library API Documentation
|
These classes implement low-level utilities. More...
Modules | |
Endian | |
These functions provide functionality for manipulating byte order. | |
Math | |
Useful math functions. | |
Classes | |
class | Bond::Allocator |
Abstract base class defining the interface through which all components of Bond perform memory and object allocations. More... | |
class | Bond::DefaultAllocator |
A simple implementation of Allocator that allocates and frees memory using the new and delete operators and also tracks the number of outstanding allocations. More... | |
class | Bond::Exception |
Exception thrown for all types of errors in the Bond Runtime Library. More... | |
These classes implement low-level utilities.