|
ApraPipes 1.0
|
#include <FIndexStrategy.h>


Public Member Functions | |
| FIndexAutoIncrementStrategy () | |
| ~FIndexAutoIncrementStrategy () | |
| uint64_t | getFIndex (uint64_t fIndex) |
Public Member Functions inherited from FIndexStrategy | |
| FIndexStrategy () | |
| virtual | ~FIndexStrategy () |
Private Attributes | |
| uint64_t | mFIndex |
Additional Inherited Members | |
Public Types inherited from FIndexStrategy | |
| enum | FIndexStrategyType { AUTO_INCREMENT , NONE } |
Static Public Member Functions inherited from FIndexStrategy | |
| static std::shared_ptr< FIndexStrategy > | create (FIndexStrategyType type) |
| FIndexAutoIncrementStrategy::FIndexAutoIncrementStrategy | ( | ) |
| FIndexAutoIncrementStrategy::~FIndexAutoIncrementStrategy | ( | ) |
|
virtual |
Reimplemented from FIndexStrategy.
|
private |