[netcdf-cxx] 02/02: Add initial Debian packaging.

Bas Couwenberg sebastic at xs4all.nl
Fri Jan 16 17:50:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository netcdf-cxx.

commit a484a5d11fd555010bc164eac897d94629bcd0e4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 16 16:34:33 2015 +0100

    Add initial Debian packaging.
---
 debian/changelog                   |    5 +
 debian/compat                      |    1 +
 debian/control                     |   87 +++
 debian/copyright                   |  245 ++++++++
 debian/gbp.conf                    |   16 +
 debian/libnetcdf-c++4-1.examples   |    1 +
 debian/libnetcdf-c++4-1.install    |    1 +
 debian/libnetcdf-c++4-1.symbols    | 1086 ++++++++++++++++++++++++++++++++++++
 debian/libnetcdf-c++4-dev.install  |    5 +
 debian/libnetcdf-c++4-dev.manpages |    1 +
 debian/libnetcdf-c++4-doc.doc-base |    9 +
 debian/libnetcdf-c++4-doc.install  |    1 +
 debian/libnetcdf-c++4-doc.links    |    1 +
 debian/ncxx4-config.1              |   43 ++
 debian/rules                       |   24 +
 debian/source/format               |    1 +
 debian/upstream/metadata           |    6 +
 debian/watch                       |    7 +
 18 files changed, 1540 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..78582e2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+netcdf-cxx (4.2.1-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnn)
+
+ -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 16 Jan 2015 15:38:05 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..17aa6af
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,87 @@
+Source: netcdf-cxx
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
+           Nico Schlömer <nico.schloemer at gmail.com>,
+           Bas Couwenberg <sebastic at xs4all.nl>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               doxygen,
+               libjs-jquery,
+               libnetcdf-dev,
+               pkg-config,
+               pkg-kde-tools
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/netcdf-cxx.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/netcdf-cxx.git
+Homepage: http://www.unidata.ucar.edu/software/netcdf/
+
+Package: libnetcdf-c++4-1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Breaks: libnetcdfc++4 (<< 4.2.1)
+Replaces: libnetcdfc++4 (<< 4.2.1)
+Description: C++ interface for scientific data access to large binary data
+ NetCDF (network Common Data Form) is an interface for scientific
+ data access and a freely-distributed software library that provides an
+ implementation of the interface.  The netCDF library also defines a
+ machine-independent format for representing scientific data.
+ Together, the interface, library, and format support the creation,
+ access, and sharing of scientific data.
+ .
+ This package contains the C++ shared library.
+
+Package: libnetcdf-c++4-dev
+Architecture: any
+Section: libdevel
+Depends: libnetcdf-c++4-1 (= ${binary:Version}),
+         ${misc:Depends}
+Recommends: pkg-config
+Suggests: netcdf-bin,
+          netcdf-doc
+Description: creation, access, and sharing of scientific data in C++
+ NetCDF (network Common Data Form) is a set of interfaces for array-oriented
+ data access and a freely distributed collection of data access libraries for
+ C, Fortran, C++, Java, and other languages. The netCDF libraries support a
+ machine-independent format for representing scientific data. Together, the
+ interfaces, libraries, and format support the creation, access, and sharing of
+ scientific data.
+ .
+ This package contains headers for the C++ library.
+
+Package: libnetcdf-c++4-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libnetcdf-c++4-1 (= ${binary:Version}),
+         ${misc:Depends}
+Suggests: gdb
+Description: debugging symbols for NetCDF C++
+ NetCDF (network Common Data Form) is a set of interfaces for array-oriented
+ data access and a freely distributed collection of data access libraries for
+ C, Fortran, C++, Java, and other languages. The netCDF libraries support a
+ machine-independent format for representing scientific data. Together, the
+ interfaces, libraries, and format support the creation, access, and sharing of
+ scientific data.
+ .
+ This package contains debugging symbols for the C++ library.
+
+Package: libnetcdf-c++4-doc
+Architecture: all
+Section: doc
+Depends: libjs-jquery,
+         ${misc:Depends}
+Description: NetCDF C++ API documentation
+ NetCDF (network Common Data Form) is a set of interfaces for array-oriented
+ data access and a freely distributed collection of data access libraries for
+ C, Fortran, C++, Java, and other languages. The netCDF libraries support a
+ machine-independent format for representing scientific data. Together, the
+ interfaces, libraries, and format support the creation, access, and sharing of
+ scientific data.
+ .
+ This package contains documentation for the C++ library.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a3cf109
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,245 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: NetCDF C++
+Upstream-Contact: University Corporation for Atmospheric Research/Unidata
+Source: https://github.com/Unidata/netcdf-cxx4/releases
+
+Files: *
+Copyright: 1993-2011, University Corporation for Atmospheric Research/Unidata
+License: NetCDF
+
+Files: aclocal.m4
+Copyright: 1996-2013, Free Software Foundation, Inc.
+License: fsf-unlimited-disclaimer
+
+Files: config.guess
+ config.sub
+Copyright: 1992-2013, Free Software Foundation, Inc.
+License: GPL-3+ with Autoconf exception
+
+Files: configure
+Copyright: 1992-1996, 1998-2012, Free Software Foundation, Inc.
+License: fsf-unlimited-configure
+
+Files: depcomp
+ missing
+ test-driver
+Copyright: 1996-2013, Free Software Foundation, Inc.
+License: GPL-2+ with Autoconf exception
+
+Files: install-sh
+Copyright: 1994, X Consortium
+License: install-sh
+
+Files: ltmain.sh
+Copyright: 1996-2011, Free Software Foundation, Inc
+License: GPL-2+ with Libtool exception
+
+Files: m4/libtool.m4
+ m4/lt~obsolete.m4
+ m4/ltoptions.m4
+ m4/ltsugar.m4
+ m4/ltversion.m4
+Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc.
+License: fsf-unlimited
+
+Files: Makefile.in
+ cxx4/Makefile.in
+ examples/Makefile.in
+Copyright: 1994-2013, Free Software Foundation, Inc.
+License: fsf-unlimited-makefile
+
+Files: debian/*
+Copyright: 2015, Debian GIS Team
+License: BSD-3-Clause
+
+License: NetCDF
+ Portions of this software were developed by the Unidata Program at the 
+ University Corporation for Atmospheric Research.
+ .
+ Access and use of this software shall impose the following obligations
+ and understandings on the user. The user is granted the right, without
+ any fee or cost, to use, copy, modify, alter, enhance and distribute
+ this software, and any derivative works thereof, and its supporting
+ documentation for any purpose whatsoever, provided that this entire
+ notice appears in all copies of the software, derivative works and
+ supporting documentation.  Further, UCAR requests that the user credit
+ UCAR/Unidata in any publications that result from the use of this
+ software or in any product that includes this software, although this
+ is not an obligation. The names UCAR and/or Unidata, however, may not
+ be used in any advertising or publicity to endorse or promote any
+ products or commercial entity unless specific written permission is
+ obtained from UCAR/Unidata. The user also understands that
+ UCAR/Unidata is not obligated to provide the user with any support,
+ consulting, training or assistance of any kind with regard to the use,
+ operation and performance of this software nor to provide the user
+ with any updates, revisions, new versions or "bug fixes."
+ .
+ THIS SOFTWARE IS PROVIDED BY UCAR/UNIDATA "AS IS" AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL UCAR/UNIDATA BE LIABLE FOR ANY SPECIAL,
+ INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
+ FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+ WITH THE ACCESS, USE OR PERFORMANCE OF THIS SOFTWARE.
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: fsf-unlimited
+ This file is free software; the Free Software Foundation gives
+ unlimited permission to copy and/or distribute it, with or without
+ modifications, as long as this notice is preserved.
+
+License: fsf-unlimited-configure
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+
+License: fsf-unlimited-disclaimer
+ This file is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+License: fsf-unlimited-makefile
+ This Makefile.in is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+License: install-sh
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+ .
+ .
+ FSF changes to this file are in the public domain.
+ .
+ Calling this script install-sh is preferred over install.sh, to prevent
+ `make' implicit rules from creating a file called install from it
+ when there is no Makefile.
+ .
+ This script is compatible with the BSD install script, but was written
+ from scratch.
+
+License: GPL-2+ with Autoconf exception
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-3+ with Autoconf exception
+ This file is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, see <http://www.gnu.org/licenses/>.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that
+ program.  This Exception is an additional permission under section 7
+ of the GNU General Public License, version 3 ("GPLv3").
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
+License: GPL-2+ with Libtool exception
+ GNU Libtool is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ As a special exception to the GNU General Public License,
+ if you distribute this file as part of a program or library that
+ is built using GNU Libtool, you may include this file under the
+ same distribution terms that you use for the rest of that program.
+ .
+ GNU Libtool is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with GNU Libtool; see the file COPYING.  If not, a copy
+ can be downloaded from http://www.gnu.org/licenses/gpl.html,
+ or obtained by writing to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/libnetcdf-c++4-1.examples b/debian/libnetcdf-c++4-1.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/libnetcdf-c++4-1.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/libnetcdf-c++4-1.install b/debian/libnetcdf-c++4-1.install
new file mode 100644
index 0000000..3ddde58
--- /dev/null
+++ b/debian/libnetcdf-c++4-1.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/libnetcdf-c++4-1.symbols b/debian/libnetcdf-c++4-1.symbols
new file mode 100644
index 0000000..edd26f3
--- /dev/null
+++ b/debian/libnetcdf-c++4-1.symbols
@@ -0,0 +1,1086 @@
+# SymbolsHelper-Confirmed: 4.2.1 amd64
+libnetcdf_c++4.so.1 libnetcdf-c++4-1 #MINVER#
+ _ZN6netCDF10NcEnumTypeC1ERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeC1ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeC1Ev at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeC2ERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeC2ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeC2Ev at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeD0Ev at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeD1Ev at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeD2Ev at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeaSERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF10NcEnumTypeaSERKS0_ at Base 4.2.1
+ _ZN6netCDF10NcGroupAttC1ERKNS_7NcGroupEi at Base 4.2.1
+ _ZN6netCDF10NcGroupAttC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF10NcGroupAttC1Ev at Base 4.2.1
+ _ZN6netCDF10NcGroupAttC2ERKNS_7NcGroupEi at Base 4.2.1
+ _ZN6netCDF10NcGroupAttC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF10NcGroupAttC2Ev at Base 4.2.1
+ _ZN6netCDF10NcGroupAttD0Ev at Base 4.2.1
+ _ZN6netCDF10NcGroupAttD1Ev at Base 4.2.1
+ _ZN6netCDF10NcGroupAttD2Ev at Base 4.2.1
+ _ZN6netCDF10NcGroupAttaSERKS0_ at Base 4.2.1
+ _ZN6netCDF10NcGroupAtteqERKS0_ at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeC1ERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeC1ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeC1Ev at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeC2ERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeC2ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeC2Ev at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeD0Ev at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeD1Ev at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeD2Ev at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeaSERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF10NcVlenTypeaSERKS0_ at Base 4.2.1
+ _ZN6netCDF10exceptions10NcCantReadC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcCantReadC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcCantReadD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcCantReadD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcCantReadD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcElateDefC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcElateDefC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcElateDefD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcElateDefD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcElateDefD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcFileMetaC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcFileMetaC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcFileMetaD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcFileMetaD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcFileMetaD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcNullTypeC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcNullTypeC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcNullTypeD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcNullTypeD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcNullTypeD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcUnlimPosC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcUnlimPosC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions10NcUnlimPosD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcUnlimPosD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions10NcUnlimPosD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcAttExistsC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcAttExistsC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcAttExistsD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcAttExistsD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcAttExistsD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcBadTypeIdC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcBadTypeIdC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcBadTypeIdD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcBadTypeIdD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcBadTypeIdD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcCantWriteC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcCantWriteC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcCantWriteD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcCantWriteD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcCantWriteD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcExceptionC1ERKSsS3_PKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcExceptionC2ERKSsS3_PKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcExceptionD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcExceptionD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcExceptionD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNameInUseC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNameInUseC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNameInUseD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNameInUseD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNameInUseD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNoRecVarsC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNoRecVarsC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNoRecVarsD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNoRecVarsD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcNoRecVarsD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcStrictNc3C1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcStrictNc3C2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions11NcStrictNc3D0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcStrictNc3D1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions11NcStrictNc3D2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadFieldIdC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadFieldIdC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadFieldIdD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadFieldIdD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadFieldIdD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadGroupIdC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadGroupIdC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadGroupIdD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadGroupIdD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcBadGroupIdD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcCantCreateC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcCantCreateC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcCantCreateD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcCantCreateD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcCantCreateD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcInvalidArgC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcInvalidArgC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcInvalidArgD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcInvalidArgD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcInvalidArgD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcNoCompoundC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcNoCompoundC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions12NcNoCompoundD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcNoCompoundD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions12NcNoCompoundD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions13NcUnknownNameC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions13NcUnknownNameC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions13NcUnknownNameD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions13NcUnknownNameD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions13NcUnknownNameD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInDefineModeC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInDefineModeC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInDefineModeD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInDefineModeD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInDefineModeD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInvalidWriteC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInvalidWriteC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInvalidWriteD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInvalidWriteD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions14NcInvalidWriteD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions15NcInvalidCoordsC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions15NcInvalidCoordsC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions15NcInvalidCoordsD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions15NcInvalidCoordsD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions15NcInvalidCoordsD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions17NcNotInDefineModeC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions17NcNotInDefineModeC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions17NcNotInDefineModeD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions17NcNotInDefineModeD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions17NcNotInDefineModeD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions5NcStsC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions5NcStsC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions5NcStsD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions5NcStsD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions5NcStsD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions6NcCharC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions6NcCharC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions6NcCharD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions6NcCharD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions6NcCharD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions6NcEdgeC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions6NcEdgeC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions6NcEdgeD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions6NcEdgeD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions6NcEdgeD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcBadIdC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcBadIdC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcBadIdD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcBadIdD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcBadIdD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcExistC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcExistC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcExistD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcExistD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcExistD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNFileC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNFileC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNFileD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNFileD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNFileD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNoMemC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNoMemC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNoMemD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNoMemD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcNoMemD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcRangeC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcRangeC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcRangeD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcRangeD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcRangeD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcTruncC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcTruncC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions7NcTruncD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcTruncD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions7NcTruncD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcBadDimC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcBadDimC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcBadDimD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcBadDimD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcBadDimD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcEnoGrpC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcEnoGrpC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcEnoGrpD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcEnoGrpD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcEnoGrpD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcGlobalC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcGlobalC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcGlobalD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcGlobalD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcGlobalD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcHdfErrC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcHdfErrC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcHdfErrD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcHdfErrD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcHdfErrD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotAttC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotAttC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotAttD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotAttD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotAttD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNCFC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNCFC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNCFD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNCFD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNCFD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNc4C1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNc4C2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNc4D0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNc4D1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotNc4D2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotVarC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotVarC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotVarD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotVarD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcNotVarD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcStrideC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcStrideC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions8NcStrideD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcStrideD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions8NcStrideD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcAttMetaC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcAttMetaC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcAttMetaD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcAttMetaD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcAttMetaD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadNameC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadNameC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadNameD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadNameD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadNameD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadTypeC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadTypeC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadTypeD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadTypeD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcBadTypeD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimMetaC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimMetaC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimMetaD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimMetaD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimMetaD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimSizeC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimSizeC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimSizeD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimSizeD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcDimSizeD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxAttsC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxAttsC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxAttsD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxAttsD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxAttsD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxDimsC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxDimsC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxDimsD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxDimsD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxDimsD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxNameC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxNameC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxNameD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxNameD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxNameD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxVarsC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxVarsC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxVarsD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxVarsD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcMaxVarsD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullDimC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullDimC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullDimD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullDimD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullDimD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullGrpC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullGrpC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullGrpD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullGrpD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcNullGrpD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcUnlimitC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcUnlimitC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcUnlimitD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcUnlimitD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcUnlimitD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarMetaC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarMetaC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarMetaD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarMetaD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarMetaD2Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarSizeC1ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarSizeC2ERKSsPKci at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarSizeD0Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarSizeD1Ev at Base 4.2.1
+ _ZN6netCDF10exceptions9NcVarSizeD2Ev at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeC1ERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeC1ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeC1Ev at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeC2ERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeC2ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeC2Ev at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeD0Ev at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeD1Ev at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeD2Ev at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeaSERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF12NcOpaqueTypeaSERKS0_ at Base 4.2.1
+ _ZN6netCDF14NcCompoundType9addMemberERKSsRKNS_6NcTypeEm at Base 4.2.1
+ _ZN6netCDF14NcCompoundType9addMemberERKSsRKNS_6NcTypeEmRKSt6vectorIiSaIiEE at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeC1ERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeC1ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeC1Ev at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeC2ERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeC2ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeC2Ev at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeD0Ev at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeD1Ev at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeD2Ev at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeaSERKNS_6NcTypeE at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeaSERKS0_ at Base 4.2.1
+ _ZN6netCDF14NcCompoundTypeeqERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcAttC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcAttC1Eb at Base 4.2.1
+ _ZN6netCDF5NcAttC1Ev at Base 4.2.1
+ _ZN6netCDF5NcAttC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcAttC2Eb at Base 4.2.1
+ _ZN6netCDF5NcAttC2Ev at Base 4.2.1
+ _ZN6netCDF5NcAttD0Ev at Base 4.2.1
+ _ZN6netCDF5NcAttD1Ev at Base 4.2.1
+ _ZN6netCDF5NcAttD2Ev at Base 4.2.1
+ _ZN6netCDF5NcAttaSERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcDim6renameERKSs at Base 4.2.1
+ _ZN6netCDF5NcDimC1ERKNS_7NcGroupEi at Base 4.2.1
+ _ZN6netCDF5NcDimC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcDimC1Ev at Base 4.2.1
+ _ZN6netCDF5NcDimC2ERKNS_7NcGroupEi at Base 4.2.1
+ _ZN6netCDF5NcDimC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcDimC2Ev at Base 4.2.1
+ _ZN6netCDF5NcDimaSERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcIntC1Ev at Base 4.2.1
+ _ZN6netCDF5NcIntC2Ev at Base 4.2.1
+ _ZN6netCDF5NcIntD0Ev at Base 4.2.1
+ _ZN6netCDF5NcIntD1Ev at Base 4.2.1
+ _ZN6netCDF5NcIntD2Ev at Base 4.2.1
+ _ZN6netCDF5NcInteqERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcVarC1ERKNS_7NcGroupERKi at Base 4.2.1
+ _ZN6netCDF5NcVarC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcVarC1Ev at Base 4.2.1
+ _ZN6netCDF5NcVarC2ERKNS_7NcGroupERKi at Base 4.2.1
+ _ZN6netCDF5NcVarC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF5NcVarC2Ev at Base 4.2.1
+ _ZN6netCDF5NcVaraSERKS0_ at Base 4.2.1
+ _ZN6netCDF5ncIntE at Base 4.2.1
+ _ZN6netCDF6NcByte7sizeoffEv at Base 4.2.1
+ _ZN6netCDF6NcByteC1Ev at Base 4.2.1
+ _ZN6netCDF6NcByteC2Ev at Base 4.2.1
+ _ZN6netCDF6NcByteD0Ev at Base 4.2.1
+ _ZN6netCDF6NcByteD1Ev at Base 4.2.1
+ _ZN6netCDF6NcByteD2Ev at Base 4.2.1
+ _ZN6netCDF6NcByteeqERKS0_ at Base 4.2.1
+ _ZN6netCDF6NcCharC1Ev at Base 4.2.1
+ _ZN6netCDF6NcCharC2Ev at Base 4.2.1
+ _ZN6netCDF6NcCharD0Ev at Base 4.2.1
+ _ZN6netCDF6NcCharD1Ev at Base 4.2.1
+ _ZN6netCDF6NcCharD2Ev at Base 4.2.1
+ _ZN6netCDF6NcChareqERKS0_ at Base 4.2.1
+ _ZN6netCDF6NcFileC1ERKNS_7NcGroupE at Base 4.2.1
+ _ZN6netCDF6NcFileC1ERKSsNS0_8FileModeE at Base 4.2.1
+ _ZN6netCDF6NcFileC1ERKSsNS0_8FileModeENS0_10FileFormatE at Base 4.2.1
+ _ZN6netCDF6NcFileC1Ev at Base 4.2.1
+ _ZN6netCDF6NcFileC2ERKNS_7NcGroupE at Base 4.2.1
+ _ZN6netCDF6NcFileC2ERKSsNS0_8FileModeE at Base 4.2.1
+ _ZN6netCDF6NcFileC2ERKSsNS0_8FileModeENS0_10FileFormatE at Base 4.2.1
+ _ZN6netCDF6NcFileC2Ev at Base 4.2.1
+ _ZN6netCDF6NcFileD0Ev at Base 4.2.1
+ _ZN6netCDF6NcFileD1Ev at Base 4.2.1
+ _ZN6netCDF6NcFileD2Ev at Base 4.2.1
+ _ZN6netCDF6NcFileaSERKNS_7NcGroupE at Base 4.2.1
+ _ZN6netCDF6NcTypeC1ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF6NcTypeC1ERKNS_7NcGroupEi at Base 4.2.1
+ _ZN6netCDF6NcTypeC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF6NcTypeC1Ei at Base 4.2.1
+ _ZN6netCDF6NcTypeC1Ev at Base 4.2.1
+ _ZN6netCDF6NcTypeC2ERKNS_7NcGroupERKSs at Base 4.2.1
+ _ZN6netCDF6NcTypeC2ERKNS_7NcGroupEi at Base 4.2.1
+ _ZN6netCDF6NcTypeC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF6NcTypeC2Ei at Base 4.2.1
+ _ZN6netCDF6NcTypeC2Ev at Base 4.2.1
+ _ZN6netCDF6NcTypeD0Ev at Base 4.2.1
+ _ZN6netCDF6NcTypeD1Ev at Base 4.2.1
+ _ZN6netCDF6NcTypeD2Ev at Base 4.2.1
+ _ZN6netCDF6NcTypeaSERKS0_ at Base 4.2.1
+ _ZN6netCDF6NcUintC1Ev at Base 4.2.1
+ _ZN6netCDF6NcUintC2Ev at Base 4.2.1
+ _ZN6netCDF6NcUintD0Ev at Base 4.2.1
+ _ZN6netCDF6NcUintD1Ev at Base 4.2.1
+ _ZN6netCDF6NcUintD2Ev at Base 4.2.1
+ _ZN6netCDF6NcUinteqERKS0_ at Base 4.2.1
+ _ZN6netCDF6ncByteE at Base 4.2.1
+ _ZN6netCDF6ncCharE at Base 4.2.1
+ _ZN6netCDF6ncUintE at Base 4.2.1
+ _ZN6netCDF7NcFloatC1Ev at Base 4.2.1
+ _ZN6netCDF7NcFloatC2Ev at Base 4.2.1
+ _ZN6netCDF7NcFloatD0Ev at Base 4.2.1
+ _ZN6netCDF7NcFloatD1Ev at Base 4.2.1
+ _ZN6netCDF7NcFloatD2Ev at Base 4.2.1
+ _ZN6netCDF7NcFloateqERKS0_ at Base 4.2.1
+ _ZN6netCDF7NcGroupC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF7NcGroupC1Ei at Base 4.2.1
+ _ZN6netCDF7NcGroupC1Ev at Base 4.2.1
+ _ZN6netCDF7NcGroupC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF7NcGroupC2Ei at Base 4.2.1
+ _ZN6netCDF7NcGroupC2Ev at Base 4.2.1
+ _ZN6netCDF7NcGroupD0Ev at Base 4.2.1
+ _ZN6netCDF7NcGroupD1Ev at Base 4.2.1
+ _ZN6netCDF7NcGroupD2Ev at Base 4.2.1
+ _ZN6netCDF7NcGroupaSERKS0_ at Base 4.2.1
+ _ZN6netCDF7NcInt64C1Ev at Base 4.2.1
+ _ZN6netCDF7NcInt64C2Ev at Base 4.2.1
+ _ZN6netCDF7NcInt64D0Ev at Base 4.2.1
+ _ZN6netCDF7NcInt64D1Ev at Base 4.2.1
+ _ZN6netCDF7NcInt64D2Ev at Base 4.2.1
+ _ZN6netCDF7NcInt64eqERKS0_ at Base 4.2.1
+ _ZN6netCDF7NcShortC1Ev at Base 4.2.1
+ _ZN6netCDF7NcShortC2Ev at Base 4.2.1
+ _ZN6netCDF7NcShortD0Ev at Base 4.2.1
+ _ZN6netCDF7NcShortD1Ev at Base 4.2.1
+ _ZN6netCDF7NcShortD2Ev at Base 4.2.1
+ _ZN6netCDF7NcShorteqERKS0_ at Base 4.2.1
+ _ZN6netCDF7NcUbyteC1Ev at Base 4.2.1
+ _ZN6netCDF7NcUbyteC2Ev at Base 4.2.1
+ _ZN6netCDF7NcUbyteD0Ev at Base 4.2.1
+ _ZN6netCDF7NcUbyteD1Ev at Base 4.2.1
+ _ZN6netCDF7NcUbyteD2Ev at Base 4.2.1
+ _ZN6netCDF7NcUbyteeqERKS0_ at Base 4.2.1
+ _ZN6netCDF7ncCheckEiPci at Base 4.2.1
+ _ZN6netCDF7ncFloatE at Base 4.2.1
+ _ZN6netCDF7ncInt64E at Base 4.2.1
+ _ZN6netCDF7ncShortE at Base 4.2.1
+ _ZN6netCDF7ncUbyteE at Base 4.2.1
+ _ZN6netCDF8NcDoubleC1Ev at Base 4.2.1
+ _ZN6netCDF8NcDoubleC2Ev at Base 4.2.1
+ _ZN6netCDF8NcDoubleD0Ev at Base 4.2.1
+ _ZN6netCDF8NcDoubleD1Ev at Base 4.2.1
+ _ZN6netCDF8NcDoubleD2Ev at Base 4.2.1
+ _ZN6netCDF8NcDoubleeqERKS0_ at Base 4.2.1
+ _ZN6netCDF8NcStringC1Ev at Base 4.2.1
+ _ZN6netCDF8NcStringC2Ev at Base 4.2.1
+ _ZN6netCDF8NcStringD0Ev at Base 4.2.1
+ _ZN6netCDF8NcStringD1Ev at Base 4.2.1
+ _ZN6netCDF8NcStringD2Ev at Base 4.2.1
+ _ZN6netCDF8NcStringeqERKS0_ at Base 4.2.1
+ _ZN6netCDF8NcUint64C1Ev at Base 4.2.1
+ _ZN6netCDF8NcUint64C2Ev at Base 4.2.1
+ _ZN6netCDF8NcUint64D0Ev at Base 4.2.1
+ _ZN6netCDF8NcUint64D1Ev at Base 4.2.1
+ _ZN6netCDF8NcUint64D2Ev at Base 4.2.1
+ _ZN6netCDF8NcUint64eqERKS0_ at Base 4.2.1
+ _ZN6netCDF8NcUshortC1Ev at Base 4.2.1
+ _ZN6netCDF8NcUshortC2Ev at Base 4.2.1
+ _ZN6netCDF8NcUshortD0Ev at Base 4.2.1
+ _ZN6netCDF8NcUshortD1Ev at Base 4.2.1
+ _ZN6netCDF8NcUshortD2Ev at Base 4.2.1
+ _ZN6netCDF8NcUshorteqERKS0_ at Base 4.2.1
+ _ZN6netCDF8NcVarAttC1ERKNS_7NcGroupERKNS_5NcVarEi at Base 4.2.1
+ _ZN6netCDF8NcVarAttC1ERKS0_ at Base 4.2.1
+ _ZN6netCDF8NcVarAttC1Ev at Base 4.2.1
+ _ZN6netCDF8NcVarAttC2ERKNS_7NcGroupERKNS_5NcVarEi at Base 4.2.1
+ _ZN6netCDF8NcVarAttC2ERKS0_ at Base 4.2.1
+ _ZN6netCDF8NcVarAttC2Ev at Base 4.2.1
+ _ZN6netCDF8NcVarAttD0Ev at Base 4.2.1
+ _ZN6netCDF8NcVarAttD1Ev at Base 4.2.1
+ _ZN6netCDF8NcVarAttD2Ev at Base 4.2.1
+ _ZN6netCDF8NcVarAttaSERKS0_ at Base 4.2.1
+ _ZN6netCDF8ncDoubleE at Base 4.2.1
+ _ZN6netCDF8ncStringE at Base 4.2.1
+ _ZN6netCDF8ncUint64E at Base 4.2.1
+ _ZN6netCDF8ncUshortE at Base 4.2.1
+ _ZN6netCDFgtERKNS_10NcGroupAttES2_ at Base 4.2.1
+ _ZN6netCDFgtERKNS_5NcDimES2_ at Base 4.2.1
+ _ZN6netCDFgtERKNS_5NcVarES2_ at Base 4.2.1
+ _ZN6netCDFgtERKNS_6NcTypeES2_ at Base 4.2.1
+ _ZN6netCDFgtERKNS_7NcGroupES2_ at Base 4.2.1
+ _ZN6netCDFgtERKNS_8NcVarAttES2_ at Base 4.2.1
+ _ZN6netCDFltERKNS_10NcGroupAttES2_ at Base 4.2.1
+ _ZN6netCDFltERKNS_5NcDimES2_ at Base 4.2.1
+ _ZN6netCDFltERKNS_5NcVarES2_ at Base 4.2.1
+ _ZN6netCDFltERKNS_6NcTypeES2_ at Base 4.2.1
+ _ZN6netCDFltERKNS_7NcGroupES2_ at Base 4.2.1
+ _ZN6netCDFltERKNS_8NcVarAttES2_ at Base 4.2.1
+ _ZNK6netCDF10NcEnumType11getBaseTypeEv at Base 4.2.1
+ _ZNK6netCDF10NcEnumType14getMemberCountEv at Base 4.2.1
+ _ZNK6netCDF10NcEnumType22getMemberNameFromIndexEi at Base 4.2.1
+ _ZNK6netCDF10NcVlenType11getBaseTypeEv at Base 4.2.1
+ _ZNK6netCDF10exceptions11NcException4whatEv at Base 4.2.1
+ _ZNK6netCDF12NcOpaqueType11getTypeSizeEv at Base 4.2.1
+ _ZNK6netCDF14NcCompoundType14getMemberCountEv at Base 4.2.1
+ _ZNK6netCDF14NcCompoundType14getMemberShapeEi at Base 4.2.1
+ _ZNK6netCDF14NcCompoundType15getMemberOffsetEi at Base 4.2.1
+ _ZNK6netCDF14NcCompoundType17getMemberDimCountEi at Base 4.2.1
+ _ZNK6netCDF14NcCompoundType9getMemberEi at Base 4.2.1
+ _ZNK6netCDF5NcAtt12getAttLengthEv at Base 4.2.1
+ _ZNK6netCDF5NcAtt14getParentGroupEv at Base 4.2.1
+ _ZNK6netCDF5NcAtt7getTypeEv at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPPc at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPa at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPc at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPd at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPf at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPh at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPi at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPj at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPl at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPs at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPt at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPv at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPx at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesEPy at Base 4.2.1
+ _ZNK6netCDF5NcAtt9getValuesERSs at Base 4.2.1
+ _ZNK6netCDF5NcAtteqERKS0_ at Base 4.2.1
+ _ZNK6netCDF5NcAttneERKS0_ at Base 4.2.1
+ _ZNK6netCDF5NcDim11isUnlimitedEv at Base 4.2.1
+ _ZNK6netCDF5NcDim14getParentGroupEv at Base 4.2.1
+ _ZNK6netCDF5NcDim7getNameEv at Base 4.2.1
+ _ZNK6netCDF5NcDim7getSizeEv at Base 4.2.1
+ _ZNK6netCDF5NcDimeqERKS0_ at Base 4.2.1
+ _ZNK6netCDF5NcDimneERKS0_ at Base 4.2.1
+ _ZNK6netCDF5NcVar11getAttCountEv at Base 4.2.1
+ _ZNK6netCDF5NcVar11getChecksumEv at Base 4.2.1
+ _ZNK6netCDF5NcVar11getDimCountEv at Base 4.2.1
+ _ZNK6netCDF5NcVar11setChecksumENS0_12ChecksumModeE at Base 4.2.1
+ _ZNK6netCDF5NcVar11setChunkingENS0_9ChunkModeERSt6vectorImSaImEE at Base 4.2.1
+ _ZNK6netCDF5NcVar13getEndiannessEv at Base 4.2.1
+ _ZNK6netCDF5NcVar13setEndiannessENS0_10EndianModeE at Base 4.2.1
+ _ZNK6netCDF5NcVar14getParentGroupEv at Base 4.2.1
+ _ZNK6netCDF5NcVar14setCompressionEbbi at Base 4.2.1
+ _ZNK6netCDF5NcVar21getChunkingParametersERNS0_9ChunkModeERSt6vectorImSaImEE at Base 4.2.1
+ _ZNK6netCDF5NcVar21getFillModeParametersERbPv at Base 4.2.1
+ _ZNK6netCDF5NcVar24getCompressionParametersERbS1_Ri at Base 4.2.1
+ _ZNK6netCDF5NcVar5getIdEv at Base 4.2.1
+ _ZNK6netCDF5NcVar6getAttERKSs at Base 4.2.1
+ _ZNK6netCDF5NcVar6getDimEi at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPPc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPa at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPd at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPf at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPh at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPi at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPj at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPl at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPs at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPt at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPv at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPx at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarEPy at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPPc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPa at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPd at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPf at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPh at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPi at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPj at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPl at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPs at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPt at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPv at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPx at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEEPy at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_PPc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Pa at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Pc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Pd at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Pf at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Ph at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Pi at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Pj at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Pl at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Ps at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Pt at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Pv at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Px at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_Py at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPPc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPa at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPd at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPf at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPh at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPi at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPj at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPl at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPs at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPt at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPv at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPx at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPy at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PPc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Pa at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Pc at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Pd at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Pf at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Ph at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Pi at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Pj at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Pl at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Ps at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Pt at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Pv at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Px at Base 4.2.1
+ _ZNK6netCDF5NcVar6getVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_Py at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEd at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEf at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEi at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEj at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEl at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKa at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKd at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKf at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKh at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKi at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKj at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKl at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKs at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKt at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKv at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKx at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEmPKy at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEs at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEt at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEx at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsRKNS_6NcTypeEy at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsS2_ at Base 4.2.1
+ _ZNK6netCDF5NcVar6putAttERKSsmPPKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKa at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKd at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKf at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKh at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKi at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKj at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKl at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKs at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKt at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKv at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKx at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPKy at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarEPPKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEPKa at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEPKh at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEPKv at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEPPKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEERKSs at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKa at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKd at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKf at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKh at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKi at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKj at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKl at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKs at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKt at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKv at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKx at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PKy at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_PPKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKa at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKd at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKf at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKh at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKi at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKj at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKl at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKs at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKt at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKv at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKx at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPKy at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEEPPKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKa at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKd at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKf at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKh at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKi at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKj at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKl at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKs at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKt at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKv at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKx at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PKy at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEES5_RKS1_IlSaIlEES9_PPKc at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEd at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEf at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEi at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEj at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEl at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEs at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEt at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEx at Base 4.2.1
+ _ZNK6netCDF5NcVar6putVarERKSt6vectorImSaImEEy at Base 4.2.1
+ _ZNK6netCDF5NcVar6renameERKSs at Base 4.2.1
+ _ZNK6netCDF5NcVar7getAttsEv at Base 4.2.1
+ _ZNK6netCDF5NcVar7getDimsEv at Base 4.2.1
+ _ZNK6netCDF5NcVar7getNameEv at Base 4.2.1
+ _ZNK6netCDF5NcVar7getTypeEv at Base 4.2.1
+ _ZNK6netCDF5NcVar7setFillEbPKv at Base 4.2.1
+ _ZNK6netCDF5NcVar7setFillEbPv at Base 4.2.1
+ _ZNK6netCDF5NcVareqERKS0_ at Base 4.2.1
+ _ZNK6netCDF5NcVarneERKS0_ at Base 4.2.1
+ _ZNK6netCDF6NcType12getTypeClassEv at Base 4.2.1
+ _ZNK6netCDF6NcType14getParentGroupEv at Base 4.2.1
+ _ZNK6netCDF6NcType16getTypeClassNameEv at Base 4.2.1
+ _ZNK6netCDF6NcType7getNameEv at Base 4.2.1
+ _ZNK6netCDF6NcType7getSizeEv at Base 4.2.1
+ _ZNK6netCDF6NcTypeeqERKS0_ at Base 4.2.1
+ _ZNK6netCDF6NcTypeneERKS0_ at Base 4.2.1
+ _ZNK6netCDF7NcGroup11addEnumTypeERKSsNS_10NcEnumType10ncEnumTypeE at Base 4.2.1
+ _ZNK6netCDF7NcGroup11addVlenTypeERKSsRNS_6NcTypeE at Base 4.2.1
+ _ZNK6netCDF7NcGroup11getAttCountENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup11getCoordVarERSsRNS_5NcDimERNS_5NcVarENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup11getDimCountENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup11getVarCountENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup11isRootGroupEv at Base 4.2.1
+ _ZNK6netCDF7NcGroup12getCoordVarsENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup12getTypeCountENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup12getTypeCountENS_6NcType6ncTypeENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup13addOpaqueTypeERKSsm at Base 4.2.1
+ _ZNK6netCDF7NcGroup13getGroupCountENS0_13GroupLocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup14getParentGroupEv at Base 4.2.1
+ _ZNK6netCDF7NcGroup15addCompoundTypeERKSsm at Base 4.2.1
+ _ZNK6netCDF7NcGroup5getIdEv at Base 4.2.1
+ _ZNK6netCDF7NcGroup6addDimERKSs at Base 4.2.1
+ _ZNK6netCDF7NcGroup6addDimERKSsm at Base 4.2.1
+ _ZNK6netCDF7NcGroup6addVarERKSsRKNS_6NcTypeERKNS_5NcDimE at Base 4.2.1
+ _ZNK6netCDF7NcGroup6addVarERKSsRKNS_6NcTypeERKSt6vectorINS_5NcDimESaIS7_EE at Base 4.2.1
+ _ZNK6netCDF7NcGroup6addVarERKSsS2_RKSt6vectorISsSaISsEE at Base 4.2.1
+ _ZNK6netCDF7NcGroup6addVarERKSsS2_S2_ at Base 4.2.1
+ _ZNK6netCDF7NcGroup6getAttERKSsNS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup6getDimERKSsNS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup6getVarERKSsNS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEd at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEf at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEi at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEj at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEl at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKa at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKd at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKf at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKh at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKi at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKj at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKl at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKs at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKt at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKv at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKx at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEmPKy at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEs at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEt at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEx at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsRKNS_6NcTypeEy at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsS2_ at Base 4.2.1
+ _ZNK6netCDF7NcGroup6putAttERKSsmPPKc at Base 4.2.1
+ _ZNK6netCDF7NcGroup7getAttsENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup7getAttsERKSsNS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup7getDimsENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup7getDimsERKSsNS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup7getNameEb at Base 4.2.1
+ _ZNK6netCDF7NcGroup7getTypeERKSsNS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup7getVarsENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup7getVarsERKSsNS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup8addGroupERKSs at Base 4.2.1
+ _ZNK6netCDF7NcGroup8getGroupERKSsNS0_13GroupLocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup8getTypesENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup8getTypesENS_6NcType6ncTypeENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup8getTypesERKSsNS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup8getTypesERKSsNS_6NcType6ncTypeENS0_8LocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup9getGroupsENS0_13GroupLocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroup9getGroupsERKSsNS0_13GroupLocationE at Base 4.2.1
+ _ZNK6netCDF7NcGroupeqERKS0_ at Base 4.2.1
+ _ZNK6netCDF7NcGroupneERKS0_ at Base 4.2.1
+ _ZNK6netCDF8NcVarAtt12getParentVarEv at Base 4.2.1
+ _ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag at Base 4.2.1
+ (optional=templinst)_ZNSt4pairIKSsN6netCDF10NcGroupAttEED1Ev at Base 4.2.1
+ (optional=templinst)_ZNSt4pairIKSsN6netCDF10NcGroupAttEED2Ev at Base 4.2.1
+ (optional=templinst)_ZNSt4pairIKSsN6netCDF7NcGroupEED1Ev at Base 4.2.1
+ (optional=templinst)_ZNSt4pairIKSsN6netCDF7NcGroupEED2Ev at Base 4.2.1
+ (optional=templinst)_ZNSt6vectorIN6netCDF5NcDimESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt6vectorIN6netCDF5NcDimESaIS1_EE7reserveEm at Base 4.2.1
+ (optional=templinst)_ZNSt6vectorIiSaIiEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPiS1_EERKi at Base 4.2.1
+ (optional=templinst)_ZNSt6vectorIiSaIiEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPiS1_EEmRKi at Base 4.2.1
+ (optional=templinst)_ZNSt6vectorIiSaIiEE7reserveEm at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeIN6netCDF10NcGroupAttES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeIN6netCDF5NcDimES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeIN6netCDF5NcVarES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeIN6netCDF6NcTypeES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueERKS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeIN6netCDF6NcTypeES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeIN6netCDF7NcGroupES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE8_M_eraseEPSt13_Rb_tree_nodeIS1_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF10NcGroupAttEESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPSt18_Rb_tree_node_baseSC_RKS4_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF10NcGroupAttEESt10_Select1stIS4_ESt4lessISsESaIS4_EE11equal_rangeERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF10NcGroupAttEESt10_Select1stIS4_ESt4lessISsESaIS4_EE15_M_insert_equalERKS4_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF10NcGroupAttEESt10_Select1stIS4_ESt4lessISsESaIS4_EE15_M_insert_equalISt17_Rb_tree_iteratorIS4_EEEvT_SE_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF10NcGroupAttEESt10_Select1stIS4_ESt4lessISsESaIS4_EE23_M_get_insert_equal_posERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF10NcGroupAttEESt10_Select1stIS4_ESt4lessISsESaIS4_EE28_M_get_insert_hint_equal_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF10NcGroupAttEESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcDimEESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPSt18_Rb_tree_node_baseSC_RKS4_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcDimEESt10_Select1stIS4_ESt4lessISsESaIS4_EE11equal_rangeERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcDimEESt10_Select1stIS4_ESt4lessISsESaIS4_EE15_M_insert_equalISt17_Rb_tree_iteratorIS4_EEEvT_SE_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcDimEESt10_Select1stIS4_ESt4lessISsESaIS4_EE23_M_get_insert_equal_posERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcDimEESt10_Select1stIS4_ESt4lessISsESaIS4_EE28_M_get_insert_hint_equal_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcDimEESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcVarEESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPSt18_Rb_tree_node_baseSC_RKS4_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcVarEESt10_Select1stIS4_ESt4lessISsESaIS4_EE11equal_rangeERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcVarEESt10_Select1stIS4_ESt4lessISsESaIS4_EE15_M_insert_equalERKS4_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcVarEESt10_Select1stIS4_ESt4lessISsESaIS4_EE15_M_insert_equalISt17_Rb_tree_iteratorIS4_EEEvT_SE_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcVarEESt10_Select1stIS4_ESt4lessISsESaIS4_EE23_M_get_insert_equal_posERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcVarEESt10_Select1stIS4_ESt4lessISsESaIS4_EE28_M_get_insert_hint_equal_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcVarEESt10_Select1stIS4_ESt4lessISsESaIS4_EE4findERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF5NcVarEESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF6NcTypeEESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPSt18_Rb_tree_node_baseSC_RKS4_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF6NcTypeEESt10_Select1stIS4_ESt4lessISsESaIS4_EE11equal_rangeERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF6NcTypeEESt10_Select1stIS4_ESt4lessISsESaIS4_EE15_M_insert_equalISt17_Rb_tree_iteratorIS4_EEEvT_SE_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF6NcTypeEESt10_Select1stIS4_ESt4lessISsESaIS4_EE23_M_get_insert_equal_posERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF6NcTypeEESt10_Select1stIS4_ESt4lessISsESaIS4_EE28_M_get_insert_hint_equal_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF6NcTypeEESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF7NcGroupEESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPSt18_Rb_tree_node_baseSC_RKS4_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF7NcGroupEESt10_Select1stIS4_ESt4lessISsESaIS4_EE11equal_rangeERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF7NcGroupEESt10_Select1stIS4_ESt4lessISsESaIS4_EE15_M_insert_equalERKS4_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF7NcGroupEESt10_Select1stIS4_ESt4lessISsESaIS4_EE23_M_get_insert_equal_posERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF7NcGroupEESt10_Select1stIS4_ESt4lessISsESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF7NcGroupEESt10_Select1stIS4_ESt4lessISsESaIS4_EE28_M_get_insert_hint_equal_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF7NcGroupEESt10_Select1stIS4_ESt4lessISsESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF7NcGroupEESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF8NcVarAttEESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPSt18_Rb_tree_node_baseSC_RKS4_ at Base 4.2.1
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN6netCDF8NcVarAttEESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E at Base 4.2.1
+ (optional=templinst)_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_ at Base 4.2.1
+ _ZTIN6netCDF10NcEnumTypeE at Base 4.2.1
+ _ZTIN6netCDF10NcGroupAttE at Base 4.2.1
+ _ZTIN6netCDF10NcVlenTypeE at Base 4.2.1
+ _ZTIN6netCDF10exceptions10NcCantReadE at Base 4.2.1
+ _ZTIN6netCDF10exceptions10NcElateDefE at Base 4.2.1
+ _ZTIN6netCDF10exceptions10NcFileMetaE at Base 4.2.1
+ _ZTIN6netCDF10exceptions10NcNullTypeE at Base 4.2.1
+ _ZTIN6netCDF10exceptions10NcUnlimPosE at Base 4.2.1
+ _ZTIN6netCDF10exceptions11NcAttExistsE at Base 4.2.1
+ _ZTIN6netCDF10exceptions11NcBadTypeIdE at Base 4.2.1
+ _ZTIN6netCDF10exceptions11NcCantWriteE at Base 4.2.1
+ _ZTIN6netCDF10exceptions11NcExceptionE at Base 4.2.1
+ _ZTIN6netCDF10exceptions11NcNameInUseE at Base 4.2.1
+ _ZTIN6netCDF10exceptions11NcNoRecVarsE at Base 4.2.1
+ _ZTIN6netCDF10exceptions11NcStrictNc3E at Base 4.2.1
+ _ZTIN6netCDF10exceptions12NcBadFieldIdE at Base 4.2.1
+ _ZTIN6netCDF10exceptions12NcBadGroupIdE at Base 4.2.1
+ _ZTIN6netCDF10exceptions12NcCantCreateE at Base 4.2.1
+ _ZTIN6netCDF10exceptions12NcInvalidArgE at Base 4.2.1
+ _ZTIN6netCDF10exceptions12NcNoCompoundE at Base 4.2.1
+ _ZTIN6netCDF10exceptions13NcUnknownNameE at Base 4.2.1
+ _ZTIN6netCDF10exceptions14NcInDefineModeE at Base 4.2.1
+ _ZTIN6netCDF10exceptions14NcInvalidWriteE at Base 4.2.1
+ _ZTIN6netCDF10exceptions15NcInvalidCoordsE at Base 4.2.1
+ _ZTIN6netCDF10exceptions17NcNotInDefineModeE at Base 4.2.1
+ _ZTIN6netCDF10exceptions5NcStsE at Base 4.2.1
+ _ZTIN6netCDF10exceptions6NcCharE at Base 4.2.1
+ _ZTIN6netCDF10exceptions6NcEdgeE at Base 4.2.1
+ _ZTIN6netCDF10exceptions7NcBadIdE at Base 4.2.1
+ _ZTIN6netCDF10exceptions7NcExistE at Base 4.2.1
+ _ZTIN6netCDF10exceptions7NcNFileE at Base 4.2.1
+ _ZTIN6netCDF10exceptions7NcNoMemE at Base 4.2.1
+ _ZTIN6netCDF10exceptions7NcRangeE at Base 4.2.1
+ _ZTIN6netCDF10exceptions7NcTruncE at Base 4.2.1
+ _ZTIN6netCDF10exceptions8NcBadDimE at Base 4.2.1
+ _ZTIN6netCDF10exceptions8NcEnoGrpE at Base 4.2.1
+ _ZTIN6netCDF10exceptions8NcGlobalE at Base 4.2.1
+ _ZTIN6netCDF10exceptions8NcHdfErrE at Base 4.2.1
+ _ZTIN6netCDF10exceptions8NcNotAttE at Base 4.2.1
+ _ZTIN6netCDF10exceptions8NcNotNCFE at Base 4.2.1
+ _ZTIN6netCDF10exceptions8NcNotNc4E at Base 4.2.1
+ _ZTIN6netCDF10exceptions8NcNotVarE at Base 4.2.1
+ _ZTIN6netCDF10exceptions8NcStrideE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcAttMetaE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcBadNameE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcBadTypeE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcDimMetaE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcDimSizeE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcMaxAttsE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcMaxDimsE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcMaxNameE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcMaxVarsE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcNullDimE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcNullGrpE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcUnlimitE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcVarMetaE at Base 4.2.1
+ _ZTIN6netCDF10exceptions9NcVarSizeE at Base 4.2.1
+ _ZTIN6netCDF12NcOpaqueTypeE at Base 4.2.1
+ _ZTIN6netCDF14NcCompoundTypeE at Base 4.2.1
+ _ZTIN6netCDF5NcAttE at Base 4.2.1
+ _ZTIN6netCDF5NcIntE at Base 4.2.1
+ _ZTIN6netCDF6NcByteE at Base 4.2.1
+ _ZTIN6netCDF6NcCharE at Base 4.2.1
+ _ZTIN6netCDF6NcFileE at Base 4.2.1
+ _ZTIN6netCDF6NcTypeE at Base 4.2.1
+ _ZTIN6netCDF6NcUintE at Base 4.2.1
+ _ZTIN6netCDF7NcFloatE at Base 4.2.1
+ _ZTIN6netCDF7NcGroupE at Base 4.2.1
+ _ZTIN6netCDF7NcInt64E at Base 4.2.1
+ _ZTIN6netCDF7NcShortE at Base 4.2.1
+ _ZTIN6netCDF7NcUbyteE at Base 4.2.1
+ _ZTIN6netCDF8NcDoubleE at Base 4.2.1
+ _ZTIN6netCDF8NcStringE at Base 4.2.1
+ _ZTIN6netCDF8NcUint64E at Base 4.2.1
+ _ZTIN6netCDF8NcUshortE at Base 4.2.1
+ _ZTIN6netCDF8NcVarAttE at Base 4.2.1
+ _ZTSN6netCDF10NcEnumTypeE at Base 4.2.1
+ _ZTSN6netCDF10NcGroupAttE at Base 4.2.1
+ _ZTSN6netCDF10NcVlenTypeE at Base 4.2.1
+ _ZTSN6netCDF10exceptions10NcCantReadE at Base 4.2.1
+ _ZTSN6netCDF10exceptions10NcElateDefE at Base 4.2.1
+ _ZTSN6netCDF10exceptions10NcFileMetaE at Base 4.2.1
+ _ZTSN6netCDF10exceptions10NcNullTypeE at Base 4.2.1
+ _ZTSN6netCDF10exceptions10NcUnlimPosE at Base 4.2.1
+ _ZTSN6netCDF10exceptions11NcAttExistsE at Base 4.2.1
+ _ZTSN6netCDF10exceptions11NcBadTypeIdE at Base 4.2.1
+ _ZTSN6netCDF10exceptions11NcCantWriteE at Base 4.2.1
+ _ZTSN6netCDF10exceptions11NcExceptionE at Base 4.2.1
+ _ZTSN6netCDF10exceptions11NcNameInUseE at Base 4.2.1
+ _ZTSN6netCDF10exceptions11NcNoRecVarsE at Base 4.2.1
+ _ZTSN6netCDF10exceptions11NcStrictNc3E at Base 4.2.1
+ _ZTSN6netCDF10exceptions12NcBadFieldIdE at Base 4.2.1
+ _ZTSN6netCDF10exceptions12NcBadGroupIdE at Base 4.2.1
+ _ZTSN6netCDF10exceptions12NcCantCreateE at Base 4.2.1
+ _ZTSN6netCDF10exceptions12NcInvalidArgE at Base 4.2.1
+ _ZTSN6netCDF10exceptions12NcNoCompoundE at Base 4.2.1
+ _ZTSN6netCDF10exceptions13NcUnknownNameE at Base 4.2.1
+ _ZTSN6netCDF10exceptions14NcInDefineModeE at Base 4.2.1
+ _ZTSN6netCDF10exceptions14NcInvalidWriteE at Base 4.2.1
+ _ZTSN6netCDF10exceptions15NcInvalidCoordsE at Base 4.2.1
+ _ZTSN6netCDF10exceptions17NcNotInDefineModeE at Base 4.2.1
+ _ZTSN6netCDF10exceptions5NcStsE at Base 4.2.1
+ _ZTSN6netCDF10exceptions6NcCharE at Base 4.2.1
+ _ZTSN6netCDF10exceptions6NcEdgeE at Base 4.2.1
+ _ZTSN6netCDF10exceptions7NcBadIdE at Base 4.2.1
+ _ZTSN6netCDF10exceptions7NcExistE at Base 4.2.1
+ _ZTSN6netCDF10exceptions7NcNFileE at Base 4.2.1
+ _ZTSN6netCDF10exceptions7NcNoMemE at Base 4.2.1
+ _ZTSN6netCDF10exceptions7NcRangeE at Base 4.2.1
+ _ZTSN6netCDF10exceptions7NcTruncE at Base 4.2.1
+ _ZTSN6netCDF10exceptions8NcBadDimE at Base 4.2.1
+ _ZTSN6netCDF10exceptions8NcEnoGrpE at Base 4.2.1
+ _ZTSN6netCDF10exceptions8NcGlobalE at Base 4.2.1
+ _ZTSN6netCDF10exceptions8NcHdfErrE at Base 4.2.1
+ _ZTSN6netCDF10exceptions8NcNotAttE at Base 4.2.1
+ _ZTSN6netCDF10exceptions8NcNotNCFE at Base 4.2.1
+ _ZTSN6netCDF10exceptions8NcNotNc4E at Base 4.2.1
+ _ZTSN6netCDF10exceptions8NcNotVarE at Base 4.2.1
+ _ZTSN6netCDF10exceptions8NcStrideE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcAttMetaE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcBadNameE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcBadTypeE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcDimMetaE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcDimSizeE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcMaxAttsE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcMaxDimsE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcMaxNameE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcMaxVarsE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcNullDimE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcNullGrpE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcUnlimitE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcVarMetaE at Base 4.2.1
+ _ZTSN6netCDF10exceptions9NcVarSizeE at Base 4.2.1
+ _ZTSN6netCDF12NcOpaqueTypeE at Base 4.2.1
+ _ZTSN6netCDF14NcCompoundTypeE at Base 4.2.1
+ _ZTSN6netCDF5NcAttE at Base 4.2.1
+ _ZTSN6netCDF5NcIntE at Base 4.2.1
+ _ZTSN6netCDF6NcByteE at Base 4.2.1
+ _ZTSN6netCDF6NcCharE at Base 4.2.1
+ _ZTSN6netCDF6NcFileE at Base 4.2.1
+ _ZTSN6netCDF6NcTypeE at Base 4.2.1
+ _ZTSN6netCDF6NcUintE at Base 4.2.1
+ _ZTSN6netCDF7NcFloatE at Base 4.2.1
+ _ZTSN6netCDF7NcGroupE at Base 4.2.1
+ _ZTSN6netCDF7NcInt64E at Base 4.2.1
+ _ZTSN6netCDF7NcShortE at Base 4.2.1
+ _ZTSN6netCDF7NcUbyteE at Base 4.2.1
+ _ZTSN6netCDF8NcDoubleE at Base 4.2.1
+ _ZTSN6netCDF8NcStringE at Base 4.2.1
+ _ZTSN6netCDF8NcUint64E at Base 4.2.1
+ _ZTSN6netCDF8NcUshortE at Base 4.2.1
+ _ZTSN6netCDF8NcVarAttE at Base 4.2.1
+ _ZTVN6netCDF10NcEnumTypeE at Base 4.2.1
+ _ZTVN6netCDF10NcGroupAttE at Base 4.2.1
+ _ZTVN6netCDF10NcVlenTypeE at Base 4.2.1
+ _ZTVN6netCDF10exceptions10NcCantReadE at Base 4.2.1
+ _ZTVN6netCDF10exceptions10NcElateDefE at Base 4.2.1
+ _ZTVN6netCDF10exceptions10NcFileMetaE at Base 4.2.1
+ _ZTVN6netCDF10exceptions10NcNullTypeE at Base 4.2.1
+ _ZTVN6netCDF10exceptions10NcUnlimPosE at Base 4.2.1
+ _ZTVN6netCDF10exceptions11NcAttExistsE at Base 4.2.1
+ _ZTVN6netCDF10exceptions11NcBadTypeIdE at Base 4.2.1
+ _ZTVN6netCDF10exceptions11NcCantWriteE at Base 4.2.1
+ _ZTVN6netCDF10exceptions11NcExceptionE at Base 4.2.1
+ _ZTVN6netCDF10exceptions11NcNameInUseE at Base 4.2.1
+ _ZTVN6netCDF10exceptions11NcNoRecVarsE at Base 4.2.1
+ _ZTVN6netCDF10exceptions11NcStrictNc3E at Base 4.2.1
+ _ZTVN6netCDF10exceptions12NcBadFieldIdE at Base 4.2.1
+ _ZTVN6netCDF10exceptions12NcBadGroupIdE at Base 4.2.1
+ _ZTVN6netCDF10exceptions12NcCantCreateE at Base 4.2.1
+ _ZTVN6netCDF10exceptions12NcInvalidArgE at Base 4.2.1
+ _ZTVN6netCDF10exceptions12NcNoCompoundE at Base 4.2.1
+ _ZTVN6netCDF10exceptions13NcUnknownNameE at Base 4.2.1
+ _ZTVN6netCDF10exceptions14NcInDefineModeE at Base 4.2.1
+ _ZTVN6netCDF10exceptions14NcInvalidWriteE at Base 4.2.1
+ _ZTVN6netCDF10exceptions15NcInvalidCoordsE at Base 4.2.1
+ _ZTVN6netCDF10exceptions17NcNotInDefineModeE at Base 4.2.1
+ _ZTVN6netCDF10exceptions5NcStsE at Base 4.2.1
+ _ZTVN6netCDF10exceptions6NcCharE at Base 4.2.1
+ _ZTVN6netCDF10exceptions6NcEdgeE at Base 4.2.1
+ _ZTVN6netCDF10exceptions7NcBadIdE at Base 4.2.1
+ _ZTVN6netCDF10exceptions7NcExistE at Base 4.2.1
+ _ZTVN6netCDF10exceptions7NcNFileE at Base 4.2.1
+ _ZTVN6netCDF10exceptions7NcNoMemE at Base 4.2.1
+ _ZTVN6netCDF10exceptions7NcRangeE at Base 4.2.1
+ _ZTVN6netCDF10exceptions7NcTruncE at Base 4.2.1
+ _ZTVN6netCDF10exceptions8NcBadDimE at Base 4.2.1
+ _ZTVN6netCDF10exceptions8NcEnoGrpE at Base 4.2.1
+ _ZTVN6netCDF10exceptions8NcGlobalE at Base 4.2.1
+ _ZTVN6netCDF10exceptions8NcHdfErrE at Base 4.2.1
+ _ZTVN6netCDF10exceptions8NcNotAttE at Base 4.2.1
+ _ZTVN6netCDF10exceptions8NcNotNCFE at Base 4.2.1
+ _ZTVN6netCDF10exceptions8NcNotNc4E at Base 4.2.1
+ _ZTVN6netCDF10exceptions8NcNotVarE at Base 4.2.1
+ _ZTVN6netCDF10exceptions8NcStrideE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcAttMetaE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcBadNameE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcBadTypeE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcDimMetaE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcDimSizeE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcMaxAttsE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcMaxDimsE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcMaxNameE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcMaxVarsE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcNullDimE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcNullGrpE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcUnlimitE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcVarMetaE at Base 4.2.1
+ _ZTVN6netCDF10exceptions9NcVarSizeE at Base 4.2.1
+ _ZTVN6netCDF12NcOpaqueTypeE at Base 4.2.1
+ _ZTVN6netCDF14NcCompoundTypeE at Base 4.2.1
+ _ZTVN6netCDF5NcAttE at Base 4.2.1
+ _ZTVN6netCDF5NcIntE at Base 4.2.1
+ _ZTVN6netCDF6NcByteE at Base 4.2.1
+ _ZTVN6netCDF6NcCharE at Base 4.2.1
+ _ZTVN6netCDF6NcFileE at Base 4.2.1
+ _ZTVN6netCDF6NcTypeE at Base 4.2.1
+ _ZTVN6netCDF6NcUintE at Base 4.2.1
+ _ZTVN6netCDF7NcFloatE at Base 4.2.1
+ _ZTVN6netCDF7NcGroupE at Base 4.2.1
+ _ZTVN6netCDF7NcInt64E at Base 4.2.1
+ _ZTVN6netCDF7NcShortE at Base 4.2.1
+ _ZTVN6netCDF7NcUbyteE at Base 4.2.1
+ _ZTVN6netCDF8NcDoubleE at Base 4.2.1
+ _ZTVN6netCDF8NcStringE at Base 4.2.1
+ _ZTVN6netCDF8NcUint64E at Base 4.2.1
+ _ZTVN6netCDF8NcUshortE at Base 4.2.1
+ _ZTVN6netCDF8NcVarAttE at Base 4.2.1
diff --git a/debian/libnetcdf-c++4-dev.install b/debian/libnetcdf-c++4-dev.install
new file mode 100644
index 0000000..66c4c43
--- /dev/null
+++ b/debian/libnetcdf-c++4-dev.install
@@ -0,0 +1,5 @@
+usr/bin/ncxx4-config
+usr/include/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/netcdf-cxx4.pc
diff --git a/debian/libnetcdf-c++4-dev.manpages b/debian/libnetcdf-c++4-dev.manpages
new file mode 100644
index 0000000..2259683
--- /dev/null
+++ b/debian/libnetcdf-c++4-dev.manpages
@@ -0,0 +1 @@
+debian/ncxx4-config.1
diff --git a/debian/libnetcdf-c++4-doc.doc-base b/debian/libnetcdf-c++4-doc.doc-base
new file mode 100644
index 0000000..86d21e7
--- /dev/null
+++ b/debian/libnetcdf-c++4-doc.doc-base
@@ -0,0 +1,9 @@
+Document: netcdf-cxx
+Title: NetCDF C++ API Documentation
+Author: Russ Rew, Glenn Davis, Steve Emmerson, Harvey Davies, Ed Hartnett, Dennis Heimbigner, Ward Fisher
+Abstract: This manual describes what netCDF C++ is, and how it can be used.
+Section: File Management
+
+Format: HTML
+Index: /usr/share/doc/netcdf-cxx/html/index.html
+Files: /usr/share/doc/netcdf-cxx/html/*.html
diff --git a/debian/libnetcdf-c++4-doc.install b/debian/libnetcdf-c++4-doc.install
new file mode 100644
index 0000000..84ccc0d
--- /dev/null
+++ b/debian/libnetcdf-c++4-doc.install
@@ -0,0 +1 @@
+cxx4/doc/* usr/share/doc/netcdf-cxx/
diff --git a/debian/libnetcdf-c++4-doc.links b/debian/libnetcdf-c++4-doc.links
new file mode 100644
index 0000000..ac0b7d8
--- /dev/null
+++ b/debian/libnetcdf-c++4-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/netcdf-cxx/html/jquery.js
diff --git a/debian/ncxx4-config.1 b/debian/ncxx4-config.1
new file mode 100644
index 0000000..c73897e
--- /dev/null
+++ b/debian/ncxx4-config.1
@@ -0,0 +1,43 @@
+'\" -*- coding: us-ascii -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH ncxx4-config 1 "15 January 2015" "" ""
+.SH NAME
+ncxx4-config \- query netCDF C++ build options
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBncxx4-config\fR \kx
+.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
+'in \n(.iu+\nxu
+[\fB--libs\fR] [\fB--cflags\fR] [\fB--cxxflags\fR] [\fB--defines\fR] [\fB--includes\fR] [\fB--version\fR]
+'in \n(.iu-\nxu
+.ad b
+'hy
+.SH DESCRIPTION
+\fBncxx4-config\fR allows querying the options used to
+build the netCDF C++ library.
+.SH OPTIONS
+.TP 
+\*(T<\fB\-\-libs\fR\*(T>
+Libraries
+.TP 
+\*(T<\fB\-\-cflags\fR\*(T>
+Compiler flags
+.TP 
+\*(T<\fB\-\-cxxlibs\fR\*(T>
+C++ Compiler flags
+.TP 
+\*(T<\fB\-\-defines\fR\*(T>
+Compiler defines
+.TP 
+\*(T<\fB\-\-includes\fR\*(T>
+Compiler includes
+.TP 
+\*(T<\fB\-\-version\fR\*(T>
+library version
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9c71489
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/~.*//; s/^[0-9]://')
+
+%:
+	dh $@ --with autoreconf,pkgkde_symbolshelper --parallel
+
+override_dh_auto_build:
+	dh_auto_build
+
+	(cd cxx4 && doxygen)
+
+override_dh_install:
+	$(RM) debian/tmp/usr/lib/*/*.la
+	dh_install --list-missing
+
+override_dh_strip:
+	dh_strip --dbg-package=libnetcdf-c++4-dbg
+
+override_dh_makeshlibs:
+	dh_makeshlibs -- -c0 -v$(UPSTREAM_VERSION)
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..8fc1b69
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/Unidata/netcdf-cxx4/issues
+Bug-Submit: https://github.com/Unidata/netcdf-cxx4/issues/new
+Name: NetCDF C++
+Repository: https://github.com/Unidata/netcdf-cxx4.git
+Repository-Browse: https://github.com/Unidata/netcdf-cxx4
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f0b83d4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+version=3
+opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|gamma|beta|alpha|b|a)[\-\.]?(\d*))$/$1~$3$4/,\
+filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.tar\.gz/netcdf-cxx-$1.tar.gz/" \
+https://github.com/Unidata/netcdf-cxx4/releases \
+(?:.*/)*(?:rel|v|r|netcdf-cxx4|)[\-\_]?(\d[\d\-\.\w]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \
+debian uupdate

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-cxx.git



More information about the Pkg-grass-devel mailing list