IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
TOwnBuffer.h
1 // TOwnBuffer.h:
3 // -------------
4 //
14 
15 #ifndef __IPSDKBASEDATA_TOWNBUFFER_H__
16 #define __IPSDKBASEDATA_TOWNBUFFER_H__
17 
18 #include <IPSDKBaseData/Buffer/BaseOwnBuffer.h>
20 
21 namespace ipsdk {
22 
25 
26 template <typename T>
28 {
29  // declare dynamic serializable class
31 
32 public:
35  TOwnBuffer();
36  ~TOwnBuffer();
38 
39 // methods
40 public:
43  {
45  }
46 
50  void init(const ipUInt64 size);
51 
52 // attributes
53 protected:
54 
55 };
56 
59 
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKBASEDATA_TOWNBUFFER_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
Header part of macros set for class serialization.
eBufferType getBufferType() const
retrieve buffer type
Definition: TOwnBuffer.h:42
statically typed buffer class
Definition: TOwnBuffer.h:27
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
Own typed buffer.
Definition: BufferTypes.h:38