Fairport  v1.0.38
Heap
+ Collaboration diagram for Heap:

Classes

class  fairport::hid_stream_device
 Defines a stream device for a heap allocation for use by boost iostream. More...
class  fairport::heap_impl
 The HN implementation. More...
class  fairport::heap
 Heap-on-Node implementation. More...

Typedefs

typedef
boost::iostreams::stream
< hid_stream_device > 
fairport::hid_stream
 The actual heap allocation stream, defined using the boost iostream library and the hid_stream_device.

Typedef Documentation

typedef boost::iostreams::stream<hid_stream_device> fairport::hid_stream

The actual heap allocation stream, defined using the boost iostream library and the hid_stream_device.

Definition at line 82 of file heap.h.