HDF5  1.12.0
Functions
H5CSprivate.h File Reference
#include "H5private.h"

Go to the source code of this file.

Functions

H5_DLL herr_t H5CS_push (const char *func_name)
 
H5_DLL herr_t H5CS_pop (void)
 
H5_DLL herr_t H5CS_print_stack (const struct H5CS_t *stack, FILE *stream)
 
H5_DLL struct H5CS_t * H5CS_copy_stack (void)
 
H5_DLL herr_t H5CS_close_stack (struct H5CS_t *stack)
 

Function Documentation

◆ H5CS_close_stack()

H5_DLL herr_t H5CS_close_stack ( struct H5CS_t *  stack)

◆ H5CS_copy_stack()

H5_DLL struct H5CS_t* H5CS_copy_stack ( void  )

◆ H5CS_pop()

H5_DLL herr_t H5CS_pop ( void  )

◆ H5CS_print_stack()

H5_DLL herr_t H5CS_print_stack ( const struct H5CS_t *  stack,
FILE stream 
)

◆ H5CS_push()

H5_DLL herr_t H5CS_push ( const char *  func_name)