MISR Toolkit  1.5.1
Data Fields
H5FD_class_t Struct Reference

#include <H5FDpublic.h>

Collaboration diagram for H5FD_class_t:
Collaboration graph

Data Fields

const char * name
 
haddr_t maxaddr
 
H5F_close_degree_t fc_degree
 
hsize_t(* sb_size )(H5FD_t *file)
 
herr_t(* sb_encode )(H5FD_t *file, char *name, unsigned char *p)
 
herr_t(* sb_decode )(H5FD_t *f, const char *name, const unsigned char *p)
 
size_t fapl_size
 
void *(* fapl_get )(H5FD_t *file)
 
void *(* fapl_copy )(const void *fapl)
 
herr_t(* fapl_free )(void *fapl)
 
size_t dxpl_size
 
void *(* dxpl_copy )(const void *dxpl)
 
herr_t(* dxpl_free )(void *dxpl)
 
H5FD_t *(* open )(const char *name, unsigned flags, hid_t fapl, haddr_t maxaddr)
 
herr_t(* close )(H5FD_t *file)
 
int(* cmp )(const H5FD_t *f1, const H5FD_t *f2)
 
herr_t(* query )(const H5FD_t *f1, unsigned long *flags)
 
herr_t(* get_type_map )(const H5FD_t *file, H5FD_mem_t *type_map)
 
haddr_t(* alloc )(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, hsize_t size)
 
herr_t(* free )(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, hsize_t size)
 
haddr_t(* get_eoa )(const H5FD_t *file, H5FD_mem_t type)
 
herr_t(* set_eoa )(H5FD_t *file, H5FD_mem_t type, haddr_t addr)
 
haddr_t(* get_eof )(const H5FD_t *file)
 
herr_t(* get_handle )(H5FD_t *file, hid_t fapl, void **file_handle)
 
herr_t(* read )(H5FD_t *file, H5FD_mem_t type, hid_t dxpl, haddr_t addr, size_t size, void *buffer)
 
herr_t(* write )(H5FD_t *file, H5FD_mem_t type, hid_t dxpl, haddr_t addr, size_t size, const void *buffer)
 
herr_t(* flush )(H5FD_t *file, hid_t dxpl_id, unsigned closing)
 
herr_t(* truncate )(H5FD_t *file, hid_t dxpl_id, hbool_t closing)
 
herr_t(* lock )(H5FD_t *file, unsigned char *oid, unsigned lock_type, hbool_t last)
 
herr_t(* unlock )(H5FD_t *file, unsigned char *oid, hbool_t last)
 
H5FD_mem_t fl_map [H5FD_MEM_NTYPES]
 

Detailed Description

Definition at line 207 of file H5FDpublic.h.

Field Documentation

◆ alloc

haddr_t(* H5FD_class_t::alloc) (H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, hsize_t size)

Definition at line 228 of file H5FDpublic.h.

◆ close

herr_t(* H5FD_class_t::close) (H5FD_t *file)

Definition at line 224 of file H5FDpublic.h.

◆ cmp

int(* H5FD_class_t::cmp) (const H5FD_t *f1, const H5FD_t *f2)

Definition at line 225 of file H5FDpublic.h.

◆ dxpl_copy

void*(* H5FD_class_t::dxpl_copy) (const void *dxpl)

Definition at line 220 of file H5FDpublic.h.

◆ dxpl_free

herr_t(* H5FD_class_t::dxpl_free) (void *dxpl)

Definition at line 221 of file H5FDpublic.h.

◆ dxpl_size

size_t H5FD_class_t::dxpl_size

Definition at line 219 of file H5FDpublic.h.

◆ fapl_copy

void*(* H5FD_class_t::fapl_copy) (const void *fapl)

Definition at line 217 of file H5FDpublic.h.

◆ fapl_free

herr_t(* H5FD_class_t::fapl_free) (void *fapl)

Definition at line 218 of file H5FDpublic.h.

◆ fapl_get

void*(* H5FD_class_t::fapl_get) (H5FD_t *file)

Definition at line 216 of file H5FDpublic.h.

◆ fapl_size

size_t H5FD_class_t::fapl_size

Definition at line 215 of file H5FDpublic.h.

◆ fc_degree

H5F_close_degree_t H5FD_class_t::fc_degree

Definition at line 210 of file H5FDpublic.h.

◆ fl_map

H5FD_mem_t H5FD_class_t::fl_map[H5FD_MEM_NTYPES]

Definition at line 243 of file H5FDpublic.h.

◆ flush

herr_t(* H5FD_class_t::flush) (H5FD_t *file, hid_t dxpl_id, unsigned closing)

Definition at line 239 of file H5FDpublic.h.

◆ free

herr_t(* H5FD_class_t::free) (H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, hsize_t size)

Definition at line 229 of file H5FDpublic.h.

◆ get_eoa

haddr_t(* H5FD_class_t::get_eoa) (const H5FD_t *file, H5FD_mem_t type)

Definition at line 231 of file H5FDpublic.h.

◆ get_eof

haddr_t(* H5FD_class_t::get_eof) (const H5FD_t *file)

Definition at line 233 of file H5FDpublic.h.

◆ get_handle

herr_t(* H5FD_class_t::get_handle) (H5FD_t *file, hid_t fapl, void **file_handle)

Definition at line 234 of file H5FDpublic.h.

◆ get_type_map

herr_t(* H5FD_class_t::get_type_map) (const H5FD_t *file, H5FD_mem_t *type_map)

Definition at line 227 of file H5FDpublic.h.

◆ lock

herr_t(* H5FD_class_t::lock) (H5FD_t *file, unsigned char *oid, unsigned lock_type, hbool_t last)

Definition at line 241 of file H5FDpublic.h.

◆ maxaddr

haddr_t H5FD_class_t::maxaddr

Definition at line 209 of file H5FDpublic.h.

◆ name

const char* H5FD_class_t::name

Definition at line 208 of file H5FDpublic.h.

◆ open

H5FD_t*(* H5FD_class_t::open) (const char *name, unsigned flags, hid_t fapl, haddr_t maxaddr)

Definition at line 222 of file H5FDpublic.h.

◆ query

herr_t(* H5FD_class_t::query) (const H5FD_t *f1, unsigned long *flags)

Definition at line 226 of file H5FDpublic.h.

◆ read

herr_t(* H5FD_class_t::read) (H5FD_t *file, H5FD_mem_t type, hid_t dxpl, haddr_t addr, size_t size, void *buffer)

Definition at line 235 of file H5FDpublic.h.

◆ sb_decode

herr_t(* H5FD_class_t::sb_decode) (H5FD_t *f, const char *name, const unsigned char *p)

Definition at line 214 of file H5FDpublic.h.

◆ sb_encode

herr_t(* H5FD_class_t::sb_encode) (H5FD_t *file, char *name, unsigned char *p)

Definition at line 212 of file H5FDpublic.h.

◆ sb_size

hsize_t(* H5FD_class_t::sb_size) (H5FD_t *file)

Definition at line 211 of file H5FDpublic.h.

◆ set_eoa

herr_t(* H5FD_class_t::set_eoa) (H5FD_t *file, H5FD_mem_t type, haddr_t addr)

Definition at line 232 of file H5FDpublic.h.

◆ truncate

herr_t(* H5FD_class_t::truncate) (H5FD_t *file, hid_t dxpl_id, hbool_t closing)

Definition at line 240 of file H5FDpublic.h.

◆ unlock

herr_t(* H5FD_class_t::unlock) (H5FD_t *file, unsigned char *oid, hbool_t last)

Definition at line 242 of file H5FDpublic.h.

◆ write

herr_t(* H5FD_class_t::write) (H5FD_t *file, H5FD_mem_t type, hid_t dxpl, haddr_t addr, size_t size, const void *buffer)

Definition at line 237 of file H5FDpublic.h.


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

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