#include <ProductLookupIndex.h>
Public Member Functions | |
ConstBranchDescription const * | branchDescription () const |
ProductTransientIndex | index () const |
bool | isFirst () const |
unsigned int | processIndex () const |
index into the process history table for the process corresponding to this element More... | |
ProductLookupIndex (ConstBranchDescription const *iBranch, ProductTransientIndex iIndex, unsigned int iProcessIndex, bool iIsFirst=false) | |
void | setIsFirst (bool iIsFirst) |
void | setProcessIndex (unsigned int iIndex) |
Private Attributes | |
ConstBranchDescription const * | branchDescription_ |
ProductTransientIndex | index_ |
bool | isFirst_ |
unsigned int | processIndex_ |
Definition at line 31 of file ProductLookupIndex.h.
|
inline |
Definition at line 34 of file ProductLookupIndex.h.
|
inline |
Definition at line 51 of file ProductLookupIndex.h.
References branchDescription_.
|
inline |
|
inline |
True if this is the first ProductLookupIndex in the container for a series of elements who are only different based on the ProcessName
Definition at line 60 of file ProductLookupIndex.h.
References isFirst_.
|
inline |
index into the process history table for the process corresponding to this element
Definition at line 55 of file ProductLookupIndex.h.
References processIndex_.
|
inline |
|
inline |
|
private |
Definition at line 68 of file ProductLookupIndex.h.
Referenced by branchDescription().
|
private |
Definition at line 69 of file ProductLookupIndex.h.
Referenced by index().
|
private |
Definition at line 71 of file ProductLookupIndex.h.
Referenced by isFirst(), and setIsFirst().
|
private |
Definition at line 70 of file ProductLookupIndex.h.
Referenced by processIndex(), and setProcessIndex().