PST File Format SDK v0.4
Loading...
Searching...
No Matches
+ Collaboration diagram for Heap:

Classes

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

Typedefs

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

Detailed Description

Typedef Documentation

◆ hid_stream

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

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

Definition at line 79 of file heap.h.