bes  Updated for version 3.20.6
NCArray Class Reference
Collaboration diagram for NCArray:
Collaboration graph

Public Member Functions

 NCArray (const NCArray &nc_array)
 
 NCArray (const string &n, const string &d, BaseType *v)
 
NCArrayoperator= (const NCArray &rhs)
 
virtual BaseType * ptr_duplicate ()
 
virtual bool read ()
 

Friends

class NCStructure
 

Detailed Description

Definition at line 51 of file NCArray.h.

Constructor & Destructor Documentation

◆ NCArray()

NCArray::NCArray ( const string &  n,
const string &  d,
BaseType *  v 
)

Build an NCArray instance.

Parameters
nThe name of the array.
vUse 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 75 of file NCArray.cc.


The documentation for this class was generated from the following files: