Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
v
w
x
y
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
Enumerations
Enumerator
b
g
h
j
l
o
p
r
s
w
x
y
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
w
z
Related Functions
:
a
b
c
d
e
f
h
k
l
n
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
f
i
m
n
o
p
s
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
s
t
u
v
Enumerations
Enumerator
a
d
f
i
k
l
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
h
i
k
l
m
n
p
r
s
t
u
v
w
Examples
ext
HighFive
include
highfive
H5Object.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (c), 2017, Adrien Devresse <adrien.devresse@epfl.ch>
3
*
4
* Distributed under the Boost Software License, Version 1.0.
5
* (See accompanying file LICENSE_1_0.txt or copy at
6
* http://www.boost.org/LICENSE_1_0.txt)
7
*
8
*/
9
#ifndef H5OBJECT_HPP
10
#define H5OBJECT_HPP
11
12
#include <H5Ipublic.h>
13
14
namespace
HighFive
{
15
16
template
<
typename
Derivate>
17
class
NodeTraits;
18
template
<
typename
Derivate>
19
class
AnnotateTraits;
20
21
class
Object
{
22
public
:
23
// decrease reference counter
24
~Object
();
25
30
bool
isValid
()
const
;
31
37
hid_t
getId
()
const
;
38
39
protected
:
40
// empty constructor
41
Object
();
42
43
// copy constructor, increase reference counter
44
Object
(
const
Object
& other);
45
46
Object
&
operator=
(
const
Object
& other);
47
48
hid_t
_hid
;
49
50
private
:
51
template
<
typename
Derivate>
52
friend
class
NodeTraits
;
53
template
<
typename
Derivate>
54
friend
class
AnnotateTraits
;
55
};
56
}
57
58
#include "
bits/H5Object_misc.hpp
"
59
60
#endif // H5OBJECT_HPP
HighFive::AnnotateTraits
Definition:
H5Annotate_traits.hpp:23
HighFive::Object::getId
hid_t getId() const
getId
Definition:
H5Object_misc.hpp:51
HighFive::Object
Definition:
H5Object.hpp:21
HighFive::NodeTraits
Definition:
H5Node_traits.hpp:23
H5Object_misc.hpp
HighFive::Object::_hid
hid_t _hid
Definition:
H5Object.hpp:48
HighFive::Object::isValid
bool isValid() const
isValid
Definition:
H5Object_misc.hpp:47
HighFive::Object::operator=
Object & operator=(const Object &other)
Definition:
H5Object_misc.hpp:27
HighFive::Object::Object
Object()
Definition:
H5Object_misc.hpp:19
HighFive::Object::~Object
~Object()
Definition:
H5Object_misc.hpp:40
HighFive
Definition:
H5Annotate_traits.hpp:14
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz
, Alexander Mock
, Lars Kiesow
, Lukas Kalbertodt
, Tristan Igelbrink
, Johan M. von Behren
, Dominik Feldschnieders
, Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:23