#include "oct-time.h"
Public Member Functions | |
file_time () | |
file_time (const file_time &ot) | |
file_time (const std::string &filename) | |
file_time (OCTAVE_TIME_T t) | |
~file_time ()=default | |
bool | operator!= (const file_time &t2) const |
file_time | operator+ (const file_time &t2) const |
file_time | operator+ (const OCTAVE_TIME_T t2) const |
bool | operator< (const file_time &t2) const |
bool | operator<= (const file_time &t2) const |
file_time & | operator= (const file_time &ot) |
bool | operator== (const file_time &t2) const |
bool | operator> (const file_time &t2) const |
bool | operator>= (const file_time &t2) const |
OCTAVE_TIME_T | time () const |
Static Public Member Functions | |
static file_time | time_resolution () |
Definition at line 464 of file oct-time.h.
file_time::file_time | ( | ) |
Definition at line 375 of file oct-time.cc.
References octave_gettimeofday_wrapper().
|
inline |
Definition at line 470 of file oct-time.h.
file_time::file_time | ( | const std::string & | filename | ) |
Definition at line 392 of file oct-time.cc.
References base_file_stat::mtime().
|
inline |
Definition at line 476 of file oct-time.h.
References time().
|
default |
Definition at line 510 of file oct-time.h.
Definition at line 540 of file oct-time.h.
References time().
|
inline |
Definition at line 546 of file oct-time.h.
Definition at line 515 of file oct-time.h.
References time().
Definition at line 521 of file oct-time.h.
Definition at line 481 of file oct-time.h.
References time().
Definition at line 504 of file oct-time.h.
References time().
Definition at line 528 of file oct-time.h.
References time().
Definition at line 534 of file oct-time.h.
|
inline |
Definition at line 551 of file oct-time.h.
Referenced by file_time(), operator+(), operator<(), operator=(), operator==(), and operator>().
|
inlinestatic |
Definition at line 491 of file oct-time.h.