HDF5  1.12.0
H5CS.c File Reference

Data Structures

struct  H5CS_t
 

Typedefs

typedef struct H5CS_t H5CS_t
 

Functions

herr_t H5CS_print_stack (const H5CS_t *fstack, FILE *stream)
 
herr_t H5CS_push (const char *func_name)
 
herr_t H5CS_pop (void)
 
H5CS_tH5CS_copy_stack (void)
 
herr_t H5CS_close_stack (H5CS_t *stack)
 

Variables

H5CS_t H5CS_stack_g [1]
 

Typedef Documentation

◆ H5CS_t

typedef struct H5CS_t H5CS_t

Function Documentation

◆ H5CS_close_stack()

herr_t H5CS_close_stack ( H5CS_t stack)

◆ H5CS_copy_stack()

H5CS_t* H5CS_copy_stack ( void  )

◆ H5CS_pop()

herr_t H5CS_pop ( void  )

References HDassert(), and H5CS_t::nused.

◆ H5CS_print_stack()

herr_t H5CS_print_stack ( const H5CS_t fstack,
FILE *  stream 
)

◆ H5CS_push()

herr_t H5CS_push ( const char *  func_name)

Variable Documentation

◆ H5CS_stack_g

H5CS_t H5CS_stack_g[1]