H5Group.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 HIGHFIVE_H5GROUP_HPP
10 #define HIGHFIVE_H5GROUP_HPP
11 
12 #include "H5Object.hpp"
14 #include "bits/H5Node_traits.hpp"
15 
16 namespace HighFive {
17 
18 class File;
19 
20 class Group : public Object,
21  public NodeTraits<Group>,
22  public AnnotateTraits<Group> {
23  public:
24  Group();
25 
26  friend class File;
27 };
28 }
29 
30 #include "bits/H5Group_misc.hpp"
31 
32 #endif // HIGHFIVE_H5GROUP_HPP
File class.
Definition: H5File.hpp:25


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 Mon Feb 28 2022 22:46:06