SilverLining
Classes | Namespaces
MemAlloc.h File Reference

Memory allocation interface for SilverLining. More...

#include <cstddef>
#include <map>
#include <set>
#include <string>
Include dependency graph for MemAlloc.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Memory allocation interface for SilverLining.