OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
HDFUInt32.cc
Go to the documentation of this file.
1
// This file is part of the hdf4 data handler for the OPeNDAP data server.
3
4
// Copyright (c) 2005 OPeNDAP, Inc.
5
// Author: James Gallagher <jgallagher@opendap.org>
6
//
7
// This is free software; you can redistribute it and/or modify it under the
8
// terms of the GNU Lesser General Public License as published by the Free
9
// Software Foundation; either version 2.1 of the License, or (at your
10
// option) any later version.
11
//
12
// This software is distributed in the hope that it will be useful, but
13
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15
// License for more details.
16
//
17
// You should have received a copy of the GNU Lesser General Public License
18
// along with this software; if not, write to the Free Software Foundation,
19
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
//
21
// You can contact OPeNDAP, Inc. at PO Box 112, Saunderstown, RI. 02874-0112.
22
23
// Copyright 1996, by the California Institute of Technology.
24
// ALL RIGHTS RESERVED. United States Government Sponsorship
25
// acknowledged. Any commercial use must be negotiated with the
26
// Office of Technology Transfer at the California Institute of
27
// Technology. This software may be subject to U.S. export control
28
// laws and regulations. By accepting this software, the user
29
// agrees to comply with all applicable U.S. export laws and
30
// regulations. User has the responsibility to obtain export
31
// licenses, or other export authority as may be required before
32
// exporting such information to foreign countries or providing
33
// access to foreign persons.
34
35
// Author: Todd Karakashian, NASA/Jet Propulsion Laboratory
36
// Todd.K.Karakashian@jpl.nasa.gov
37
//
39
40
#include "
config_hdf.h
"
41
42
#ifndef DONT_HAVE_UINT
43
44
#include "InternalErr.h"
45
#include "
HDFUInt32.h
"
46
47
HDFUInt32::HDFUInt32
(
const
string
&n,
const
string
&d) : UInt32(n, d)
48
{
49
}
50
51
HDFUInt32::~HDFUInt32
()
52
{
53
}
54
BaseType *
HDFUInt32::ptr_duplicate
()
55
{
56
return
new
HDFUInt32
(*
this
);
57
}
58
59
bool
HDFUInt32::read
()
60
{
61
throw
InternalErr(__FILE__, __LINE__,
62
"Unimplemented read method called."
);
63
}
64
65
#endif // DONT_HAVE_UINT
HDFUInt32::~HDFUInt32
virtual ~HDFUInt32()
Definition:
HDFUInt32.cc:51
HDFUInt32.h
HDFUInt32::read
virtual bool read()
Definition:
HDFUInt32.cc:59
HDFUInt32::ptr_duplicate
virtual BaseType * ptr_duplicate()
Definition:
HDFUInt32.cc:54
HDFUInt32::HDFUInt32
HDFUInt32(const string &n, const string &d)
Definition:
HDFUInt32.cc:47
config_hdf.h
modules
hdf4_handler
HDFUInt32.cc
Generated by
1.8.9.1