|
Foxit PDF SDK
|
Public Member Functions | |
| CFX_TempBuf (int size, IFX_Allocator *pAllocator=0) | |
| Construct with allocator. More... | |
| ~CFX_TempBuf () | |
| The Destructor. | |
The class represents a temporarily allocated buffer.
|
inline |
Construct with allocator.
| [in] | size | The temporarily buffer size. This parameter must be > 0. |
| [in] | pAllocator | Allocator used in this class. NULL means to use default allocator. Default value: NULL. |