15 #ifndef __IPSDKBASEPROCESSING_ELEMENTINFOSCOUNTER_H__ 16 #define __IPSDKBASEPROCESSING_ELEMENTINFOSCOUNTER_H__ 34 ipUInt64 getRemainingDataMemorySize()
const;
44 typedef boost::shared_ptr<ElementInfosCounter> ElementInfosCounterPtr;
56 #endif // __IPSDKBASEPROCESSING_ELEMENTINFOSCOUNTER_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDKBASEPROCESSING_API
Import/Export macro for library IPSDKBaseProcessing.
Definition: IPSDKBaseProcessingExports.h:27
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
IPSDKBASEPROCESSING_API ElementInfosCounterPtr createElementInfosCounter()
Utilitary function to create a ElementInfosCounterPtr.
Base types for multiplatform compatibility.
Definition of import/export macro for library.
Data type to retrieve the number of pending, processing and processed elements.
Definition: ElementInfosCounter.h:25