#include <file-stat.h>
Inherited by file_fstat, and file_stat.
base_file_stat::base_file_stat | ( | void | ) | [inline] |
base_file_stat::base_file_stat | ( | const base_file_stat & | fs | ) | [inline] |
base_file_stat::~base_file_stat | ( | void | ) | [inline] |
octave_time base_file_stat::atime | ( | void | ) | const [inline] |
long base_file_stat::blksize | ( | void | ) | const [inline] |
long base_file_stat::blocks | ( | void | ) | const [inline] |
octave_time base_file_stat::ctime | ( | void | ) | const [inline] |
dev_t base_file_stat::dev | ( | void | ) | const [inline] |
std::string base_file_stat::error | ( | void | ) | const [inline] |
bool base_file_stat::exists | ( | void | ) | const [inline] |
gid_t base_file_stat::gid | ( | void | ) | const [inline] |
ino_t base_file_stat::ino | ( | void | ) | const [inline] |
bool base_file_stat::is_blk | ( | mode_t | mode | ) | [static] |
bool base_file_stat::is_blk | ( | void | ) | const |
bool base_file_stat::is_chr | ( | mode_t | mode | ) | [static] |
bool base_file_stat::is_chr | ( | void | ) | const |
bool base_file_stat::is_dir | ( | mode_t | mode | ) | [static] |
bool base_file_stat::is_dir | ( | void | ) | const |
bool base_file_stat::is_fifo | ( | mode_t | mode | ) | [static] |
bool base_file_stat::is_fifo | ( | void | ) | const |
bool base_file_stat::is_lnk | ( | mode_t | mode | ) | [static] |
bool base_file_stat::is_lnk | ( | void | ) | const |
int base_file_stat::is_newer | ( | const std::string & | file, | |
const octave_time & | time | |||
) | [static] |
bool base_file_stat::is_newer | ( | const octave_time & | time | ) | const [inline] |
bool base_file_stat::is_reg | ( | mode_t | mode | ) | [static] |
bool base_file_stat::is_reg | ( | void | ) | const |
bool base_file_stat::is_sock | ( | mode_t | mode | ) | [static] |
bool base_file_stat::is_sock | ( | void | ) | const |
mode_t base_file_stat::mode | ( | void | ) | const [inline] |
std::string base_file_stat::mode_as_string | ( | void | ) | const |
octave_time base_file_stat::mtime | ( | void | ) | const [inline] |
nlink_t base_file_stat::nlink | ( | void | ) | const [inline] |
bool base_file_stat::ok | ( | void | ) | const [inline] |
base_file_stat::operator bool | ( | ) | const [inline] |
base_file_stat& base_file_stat::operator= | ( | const base_file_stat & | fs | ) | [inline] |
dev_t base_file_stat::rdev | ( | void | ) | const [inline] |
off_t base_file_stat::size | ( | void | ) | const [inline] |
uid_t base_file_stat::uid | ( | void | ) | const [inline] |
std::string base_file_stat::errmsg [protected] |
bool base_file_stat::fail [protected] |
octave_time base_file_stat::fs_atime [protected] |
long base_file_stat::fs_blksize [protected] |
long base_file_stat::fs_blocks [protected] |
octave_time base_file_stat::fs_ctime [protected] |
dev_t base_file_stat::fs_dev [protected] |
gid_t base_file_stat::fs_gid [protected] |
ino_t base_file_stat::fs_ino [protected] |
mode_t base_file_stat::fs_mode [protected] |
octave_time base_file_stat::fs_mtime [protected] |
nlink_t base_file_stat::fs_nlink [protected] |
dev_t base_file_stat::fs_rdev [protected] |
off_t base_file_stat::fs_size [protected] |
uid_t base_file_stat::fs_uid [protected] |
bool base_file_stat::initialized [protected] |