|
Foxit PDF SDK
|
Inherits CFX_Object.
Public Member Functions | |
| CFX_FixedBufGrow (IFX_Allocator *pAllocator=0) | |
| Construct with allocator. More... | |
| CFX_FixedBufGrow (int data_size, IFX_Allocator *pAllocator=0) | |
| Construct with allocator. More... | |
| ~CFX_FixedBufGrow () | |
| The Destructor. | |
| void | SetDataSize (int data_size) |
| Construct with allocator. More... | |
The class represents fixed buffer but can be bigger if needed.
|
inline |
Construct with allocator.
| [in] | pAllocator | Allocator used in this class. NULL means to use default allocator. Default value: NULL. |
|
inline |
Construct with allocator.
| [in] | data_size | The data size. |
| [in] | pAllocator | Allocator used in this class. NULL means to use default allocator. Default value: NULL. |
|
inline |
Construct with allocator.
| [in] | data_size | The data size. |