Definition at line 51 of file NCArray.h.
◆ NCArray() [1/2]
NCArray::NCArray |
( |
const string & | n, |
|
|
const string & | d, |
|
|
BaseType * | v ) |
Build an NCArray instance.
- Parameters
-
n | The name of the array. |
v | Use this variable as a template for type of array elements. The variable will be copied, so the caller is responsible for freeing storage used by the actual parameter. Also, if the actual parameter is an Array, libdap++ code will use the template of that Array as the template for this NCArray. |
Definition at line 77 of file NCArray.cc.
◆ NCArray() [2/2]
NCArray::NCArray |
( |
const NCArray & | nc_array | ) |
|
◆ ~NCArray()
◆ operator=()
◆ ptr_duplicate()
BaseType * NCArray::ptr_duplicate |
( |
| ) |
|
|
virtual |
◆ read()
◆ NCStructure
The documentation for this class was generated from the following files: