allocate()
function for pointers.
More...
#include <array.h>
This class uses new
and delete
and may throw a C++ exception in the usual way.
Definition at line 136 of file array.h.
Public Member Functions | |
void | allocate (base_t *&v, size_t i) |
Allocate v for i elements. | |
void | free (base_t *&v) |
Free memory. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page