bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
Stat Class Reference
Collaboration diagram for Stat:
Collaboration graph

Public Member Functions

time_t atime () const
 
bool bad () const
 
long blksize () const
 
long blocks () const
 
time_t ctime () const
 
dev_t dev () const
 
const char * filename () const
 
gid_t gid () const
 
ino_t ino () const
 
mode_t mode () const
 
time_t mtime () const
 
nlink_t nlink () const
 
bool operator! () const
 
dev_t rdev () const
 
off_t size () const
 
 Stat (const char *filename)
 
 Stat (const string &filename)
 
uid_t uid () const
 

Detailed Description

Definition at line 50 of file dodsutil.h.

Constructor & Destructor Documentation

◆ Stat() [1/2]

Stat::Stat ( const char * filename)
inlineexplicit

Definition at line 52 of file dodsutil.h.

◆ Stat() [2/2]

Stat::Stat ( const string & filename)
inlineexplicit

Definition at line 57 of file dodsutil.h.

Member Function Documentation

◆ atime()

time_t Stat::atime ( ) const
inline

Definition at line 96 of file dodsutil.h.

◆ bad()

bool Stat::bad ( ) const
inline

Definition at line 116 of file dodsutil.h.

◆ blksize()

long Stat::blksize ( ) const
inline

Definition at line 108 of file dodsutil.h.

◆ blocks()

long Stat::blocks ( ) const
inline

Definition at line 112 of file dodsutil.h.

◆ ctime()

time_t Stat::ctime ( ) const
inline

Definition at line 104 of file dodsutil.h.

◆ dev()

dev_t Stat::dev ( ) const
inline

Definition at line 70 of file dodsutil.h.

◆ filename()

const char * Stat::filename ( ) const
inline

Definition at line 120 of file dodsutil.h.

◆ gid()

gid_t Stat::gid ( ) const
inline

Definition at line 87 of file dodsutil.h.

◆ ino()

ino_t Stat::ino ( ) const
inline

Definition at line 66 of file dodsutil.h.

◆ mode()

mode_t Stat::mode ( ) const
inline

Definition at line 62 of file dodsutil.h.

◆ mtime()

time_t Stat::mtime ( ) const
inline

Definition at line 100 of file dodsutil.h.

◆ nlink()

nlink_t Stat::nlink ( ) const
inline

Definition at line 79 of file dodsutil.h.

◆ operator!()

bool Stat::operator! ( ) const
inline

Definition at line 124 of file dodsutil.h.

◆ rdev()

dev_t Stat::rdev ( ) const
inline

Definition at line 75 of file dodsutil.h.

◆ size()

off_t Stat::size ( ) const
inline

Definition at line 91 of file dodsutil.h.

◆ uid()

uid_t Stat::uid ( ) const
inline

Definition at line 83 of file dodsutil.h.


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