HDF5  1.12.0
Macros | Functions | Variables
H5Omtime.c File Reference
#include "H5Omodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5FLprivate.h"
#include "H5MMprivate.h"
#include "H5Opkg.h"

Macros

#define H5O_MTIME_VERSION   1
 

Functions

 H5FL_DEFINE (time_t)
 

Variables

const H5O_msg_class_t H5O_MSG_MTIME [1]
 
const H5O_msg_class_t H5O_MSG_MTIME_NEW [1]
 

Macro Definition Documentation

◆ H5O_MTIME_VERSION

#define H5O_MTIME_VERSION   1

Function Documentation

◆ H5FL_DEFINE()

H5FL_DEFINE ( time_t  )

Variable Documentation

◆ H5O_MSG_MTIME

const H5O_msg_class_t H5O_MSG_MTIME[1]
Initial value:
= {{
"mtime",
sizeof(time_t),
0,
H5O__mtime_decode,
H5O_mtime_encode,
H5O_mtime_copy,
H5O_mtime_size,
NULL,
H5O__mtime_free,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__mtime_debug
}}

◆ H5O_MSG_MTIME_NEW

const H5O_msg_class_t H5O_MSG_MTIME_NEW[1]
Initial value:
= {{
"mtime_new",
sizeof(time_t),
0,
H5O__mtime_new_decode,
H5O_mtime_new_encode,
H5O_mtime_copy,
H5O_mtime_new_size,
NULL,
H5O__mtime_free,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__mtime_debug
}}
H5O_MTIME_NEW_ID
#define H5O_MTIME_NEW_ID
Definition: H5Oprivate.h:217
H5O_MTIME_ID
#define H5O_MTIME_ID
Definition: H5Oprivate.h:213