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::JoinRecordList< ValueType > Class Template Reference

#include <JoinPairArray.h>

+ Inheritance diagram for pdb::JoinRecordList< ValueType >:
+ Collaboration diagram for pdb::JoinRecordList< ValueType >:

Public Member Functions

 JoinRecordList (uint32_t whichOne, JoinPairArray< ValueType > &parent)
 
size_t getHash ()
 
size_t size ()
 
ValueType & operator[] (const size_t i)
 

Private Attributes

uint32_t whichOne
 
JoinPairArray< ValueType > & parent
 

Detailed Description

template<class ValueType>
class pdb::JoinRecordList< ValueType >

Definition at line 55 of file JoinPairArray.h.

Constructor & Destructor Documentation

template<class ValueType>
pdb::JoinRecordList< ValueType >::JoinRecordList ( uint32_t  whichOne,
JoinPairArray< ValueType > &  parent 
)

Definition at line 420 of file JoinPairArray.cc.

Member Function Documentation

template<class ValueType >
size_t pdb::JoinRecordList< ValueType >::getHash ( )

Definition at line 424 of file JoinPairArray.cc.

+ Here is the caller graph for this function:

template<class ValueType >
ValueType & pdb::JoinRecordList< ValueType >::operator[] ( const size_t  i)

Definition at line 454 of file JoinPairArray.cc.

template<class ValueType >
size_t pdb::JoinRecordList< ValueType >::size ( )

Definition at line 430 of file JoinPairArray.cc.

+ Here is the caller graph for this function:

Member Data Documentation

template<class ValueType>
JoinPairArray<ValueType>& pdb::JoinRecordList< ValueType >::parent
private

Definition at line 62 of file JoinPairArray.h.

template<class ValueType>
uint32_t pdb::JoinRecordList< ValueType >::whichOne
private

Definition at line 59 of file JoinPairArray.h.


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