ATLAS Offline Software
Public Attributes | List of all members
H5Utils::internal::data_buffer_t Union Reference

data_buffer_t More...

#include <H5Traits.h>

Collaboration diagram for H5Utils::internal::data_buffer_t:

Public Attributes

int u_int
 
long u_long
 
long long u_llong
 
unsigned long u_ulong
 
unsigned long long u_ullong
 
unsigned int u_uint
 
unsigned char u_uchar
 
char u_char
 
float u_float
 
double u_double
 
bool u_bool
 
short u_short
 
unsigned short u_ushort
 

Detailed Description

data_buffer_t

This buffer element is used by the HDF5 library to store data which is about to be written to disk.

Definition at line 33 of file H5Traits.h.

Member Data Documentation

◆ u_bool

bool H5Utils::internal::data_buffer_t::u_bool

Definition at line 45 of file H5Traits.h.

◆ u_char

char H5Utils::internal::data_buffer_t::u_char

Definition at line 42 of file H5Traits.h.

◆ u_double

double H5Utils::internal::data_buffer_t::u_double

Definition at line 44 of file H5Traits.h.

◆ u_float

float H5Utils::internal::data_buffer_t::u_float

Definition at line 43 of file H5Traits.h.

◆ u_int

int H5Utils::internal::data_buffer_t::u_int

Definition at line 35 of file H5Traits.h.

◆ u_llong

long long H5Utils::internal::data_buffer_t::u_llong

Definition at line 37 of file H5Traits.h.

◆ u_long

long H5Utils::internal::data_buffer_t::u_long

Definition at line 36 of file H5Traits.h.

◆ u_short

short H5Utils::internal::data_buffer_t::u_short

Definition at line 46 of file H5Traits.h.

◆ u_uchar

unsigned char H5Utils::internal::data_buffer_t::u_uchar

Definition at line 41 of file H5Traits.h.

◆ u_uint

unsigned int H5Utils::internal::data_buffer_t::u_uint

Definition at line 40 of file H5Traits.h.

◆ u_ullong

unsigned long long H5Utils::internal::data_buffer_t::u_ullong

Definition at line 39 of file H5Traits.h.

◆ u_ulong

unsigned long H5Utils::internal::data_buffer_t::u_ulong

Definition at line 38 of file H5Traits.h.

◆ u_ushort

unsigned short H5Utils::internal::data_buffer_t::u_ushort

Definition at line 47 of file H5Traits.h.


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