MISR Toolkit  1.5.1
H5LcreatProp.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 __H5LinkCreatPropList_H
16 #define __H5LinkCreatPropList_H
17 
18 namespace H5 {
19 
24 // Inheritance: StrCreatPropList -> PropList -> IdComponent
26  public:
28  static const LinkCreatPropList& DEFAULT;
29 
30  // Creates a link creation property list.
32 
34  virtual H5std_string fromClass () const { return("LinkCreatPropList"); }
35 
36  // Copy constructor: same as the original LinkCreatPropList.
37  LinkCreatPropList(const LinkCreatPropList& original);
38 
39  // Creates a copy of an existing link creation property list
40  // using the property list id.
41  LinkCreatPropList(const hid_t lcpl_id);
42 
43  // Noop destructor
44  virtual ~LinkCreatPropList();
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 LinkCreatPropList* getConstant();
56 
57 #endif // DOXYGEN_SHOULD_SKIP_THIS
58 }; // end of LinkCreatPropList
59 
60 } // namespace H5
61 
62 #endif // __H5LinkCreatPropList_H
#define H5_DLLCPP
Definition: H5api_adpt.h:262
#define H5std_string
Definition: H5Exception.h:25
int hid_t
Definition: H5Ipublic.h:54

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