ChartDirector Ver 5.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.
© 2010 Advanced Software Engineering Limited. All rights reserved.