MISR Toolkit  1.5.1
H5AcreatProp.h
Go to the documentation of this file.
1 // C++ informative line for the emacs editor: -*- C++ -*-
2 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3  * Copyright by The HDF Group. *
4  * Copyright by the Board of Trustees of the University of Illinois. *
5  * All rights reserved. *
6  * *
7  * This file is part of HDF5. The full HDF5 copyright notice, including *
8  * terms governing use, modification, and redistribution, is contained in *
9  * the COPYING file, which can be found at the root of the source code *
10  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
11  * If you do not have access to either file, you may request a copy from *
12  * help@hdfgroup.org. *
13  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
14 
15 #ifndef __H5AttrCreatPropList_H
16 #define __H5AttrCreatPropList_H
17 
18 namespace H5 {
19 
24 // Inheritance: StrCreatPropList -> PropList -> IdComponent
26  public:
28  static const AttrCreatPropList& DEFAULT;
29 
30  // Creates a attribute creation property list.
32 
34  virtual H5std_string fromClass () const { return("AttrCreatPropList"); }
35 
36  // Copy constructor: same as the original AttrCreatPropList.
37  AttrCreatPropList(const AttrCreatPropList& original);
38 
39  // Creates a copy of an existing attribute creation property list
40  // using the property list id.
41  AttrCreatPropList(const hid_t acpl_id);
42 
43  // Noop destructor
44  virtual ~AttrCreatPropList();
45 
46 #ifndef DOXYGEN_SHOULD_SKIP_THIS
47 
48  // Deletes the global constant, should only be used by the library
49  static void deleteConstants();
50 
51  private:
53 
54  // Creates the global constant, should only be used by the library
55  static AttrCreatPropList* getConstant();
56 
57 #endif // DOXYGEN_SHOULD_SKIP_THIS
58 }; // end of AttrCreatPropList
59 
60 } // namespace H5
61 
62 #endif // __H5AttrCreatPropList_H
#define H5_DLLCPP
Definition: H5api_adpt.h:262
static const AttrCreatPropList & DEFAULT
Default attribute creation property list.
Definition: H5AcreatProp.h:28
#define H5std_string
Definition: H5Exception.h:25
int hid_t
Definition: H5Ipublic.h:54
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5AcreatProp.h:34
static AttrCreatPropList * DEFAULT_
Definition: H5AcreatProp.h:52
Class AttrCreatPropList inherits from StrCreatPropList and provides wrappers for the HDF5 attribute c...
Definition: H5AcreatProp.h:25

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52