HighFive 2.9.0
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
HighFive::CompoundType::member_def Struct Reference

Use for defining a sub-type of compound type. More...

#include <H5DataType.hpp>

Collaboration diagram for HighFive::CompoundType::member_def:

Public Member Functions

 member_def (std::string t_name, DataType t_base_type, size_t t_offset=0)
 

Public Attributes

std::string name
 
DataType base_type
 
size_t offset
 

Detailed Description

Use for defining a sub-type of compound type.

Constructor & Destructor Documentation

◆ member_def()

HighFive::CompoundType::member_def::member_def ( std::string t_name,
DataType t_base_type,
size_t t_offset = 0 )
inline

Member Data Documentation

◆ base_type

DataType HighFive::CompoundType::member_def::base_type

◆ name

std::string HighFive::CompoundType::member_def::name

◆ offset

size_t HighFive::CompoundType::member_def::offset

The documentation for this struct was generated from the following file: