ChartDirector Ver 3.0 (C++ Edition)
MemBlock
.MemBlock
Usage
MemBlock(const char *data, int len)
Description
The constructor of the MemBlock class.
Arguments
Argument
Default
Description
data
(Mandatory)
A pointer to the first element of the array.
len
(Mandatory)
The number of elements in the array.
Return Value
The MemBlock object created.
© 2003 Advanced Software Engineering Limited. All rights reserved.