Fairport
v1.0.38
|
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"
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 |
Property Bag (or Property Context, or PC) implementation.
Definition in file propbag.h.