A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pdb::Record< ObjType > Class Template Reference

#include <InterfaceFunctions.h>

+ Inheritance diagram for pdb::Record< ObjType >:
+ Collaboration diagram for pdb::Record< ObjType >:

Public Member Functions

size_t numBytes ()
 
size_t rootObjectOffset ()
 
Handle< ObjType > getRootObject ()
 

Detailed Description

template<class ObjType>
class pdb::Record< ObjType >

Definition at line 35 of file InterfaceFunctions.h.

Member Function Documentation

template<class ObjType >
Handle< ObjType > pdb::Record< ObjType >::getRootObject ( )

Definition at line 46 of file Record.cc.

+ Here is the caller graph for this function:

template<class ObjType >
size_t pdb::Record< ObjType >::numBytes ( )

Definition at line 36 of file Record.cc.

+ Here is the caller graph for this function:

template<class ObjType >
size_t pdb::Record< ObjType >::rootObjectOffset ( )

Definition at line 41 of file Record.cc.


The documentation for this class was generated from the following files: