|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <dodsutil.h>

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 |
Protected Attributes | |
| bool | _badstat |
| string | _filename |
| struct stat | _sbuf |
Definition at line 50 of file dodsutil.h.
|
inline |
Definition at line 52 of file dodsutil.h.
|
inline |
Definition at line 57 of file dodsutil.h.
|
inline |
Definition at line 96 of file dodsutil.h.
References _sbuf.
|
inline |
|
inline |
Definition at line 108 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 112 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 104 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 70 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 120 of file dodsutil.h.
References _filename.
|
inline |
Definition at line 87 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 66 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 62 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 100 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 79 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 124 of file dodsutil.h.
References bad().

|
inline |
Definition at line 75 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 91 of file dodsutil.h.
References _sbuf.
|
inline |
Definition at line 83 of file dodsutil.h.
References _sbuf.
|
protected |
Definition at line 129 of file dodsutil.h.
|
protected |
Definition at line 127 of file dodsutil.h.
Referenced by filename().
|
protected |