HighFive 3.0.0
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
HighFive::ObjectInfo Class Reference

A class for accessing hdf5 objects info. More...

#include <H5Object.hpp>

Public Member Functions

 ObjectInfo (const Object &obj)
 
size_t getRefCount () const noexcept
 Retrieve the number of references to this object.
 
time_t getCreationTime () const noexcept
 Retrieve the object's creation time.
 
time_t getModificationTime () const noexcept
 Retrieve the object's last modification time.
 

Friends

class Object
 

Detailed Description

A class for accessing hdf5 objects info.

Constructor & Destructor Documentation

◆ ObjectInfo()

HighFive::ObjectInfo::ObjectInfo ( const Object obj)
inline

Member Function Documentation

◆ getCreationTime()

time_t HighFive::ObjectInfo::getCreationTime ( ) const
inlinenoexcept

Retrieve the object's creation time.

◆ getModificationTime()

time_t HighFive::ObjectInfo::getModificationTime ( ) const
inlinenoexcept

Retrieve the object's last modification time.

◆ getRefCount()

size_t HighFive::ObjectInfo::getRefCount ( ) const
inlinenoexcept

Retrieve the number of references to this object.

Friends And Related Symbol Documentation

◆ Object

friend class Object
friend

The documentation for this class was generated from the following files: