15 #ifndef __IPSDKBASEDATA_TYPEDOWNBUFFER_H__ 16 #define __IPSDKBASEDATA_TYPEDOWNBUFFER_H__ 18 #include <IPSDKBaseData/Buffer/BaseOwnBuffer.h> 69 #endif // __IPSDKBASEDATA_TYPEDOWNBUFFER_H__ #define IPSDK_DECLARE_SERIAL_WITH_COPY(libraryName, className)
macro enabling serialization on class
Definition: SerializationHdrMacro.h:73
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
Own mutable buffer.
Definition: BufferTypes.h:40
eDataType
Enumerate describing a base type.
Definition: BaseTypes.h:77
eBufferType getBufferType() const
retrieve buffer type
Definition: TypedOwnBuffer.h:59
Base class for buffers with own allocated data.
Definition: BaseOwnBuffer.h:31
eBufferType
Enumerate describing buffer types.
Definition: BufferTypes.h:36
#define IPSDKBASEDATA_API
Import/Export macro for library IPSDKUtil.
Definition: IPSDKBaseDataExports.h:27
Dynamically typed buffer class.
Definition: TypedOwnBuffer.h:25