SilverLining
|
Memory allocation interface for SilverLining. More...
#include <cstddef>
#include <vector>
#include <map>
#include <set>
#include <string>
Classes | |
class | SilverLining::Allocator |
You may extend the Allocator class to hook your own memory management scheme into SilverLining. More... | |
class | SilverLining::MemObject |
This base class for all SilverLining objects intercepts the new and delete operators, routing them through SilverLining::Allocator(). More... | |
Namespaces | |
namespace | SilverLining |
An enumeration of defined time zones worldwide. | |
Memory allocation interface for SilverLining.