Fairport  v1.0.38
fairport/ltp/propbag.h File Reference

Property Bag (or Property Context, or PC) implementation. More...

#include <vector>
#include <algorithm>
#include "fairport/util/primitives.h"
#include "fairport/util/errors.h"
#include "fairport/ndb/node.h"
#include "fairport/ltp/object.h"
#include "fairport/ltp/heap.h"
+ Include dependency graph for propbag.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fairport::property_bag
 Property Context (PC) Implementation. More...

Namespaces

namespace  fairport
 

Contains the definition of all in memory representations of disk structures.


Typedefs

typedef bth_node< prop_id,
disk::prop_entry > 
fairport::pc_bth_node
typedef bth_nonleaf_node
< prop_id, disk::prop_entry > 
fairport::pc_bth_nonleaf_node
typedef bth_leaf_node< prop_id,
disk::prop_entry > 
fairport::pc_bth_leaf_node

Detailed Description

Property Bag (or Property Context, or PC) implementation.

Author:
Terry Mahaffey

Definition in file propbag.h.