#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 463 of file oct-time.h.
| file_time::file_time | ( | ) |
Definition at line 374 of file oct-time.cc.
References octave_gettimeofday_wrapper().
|
inline |
Definition at line 469 of file oct-time.h.
| file_time::file_time | ( | const std::string & | filename | ) |
Definition at line 391 of file oct-time.cc.
References base_file_stat::mtime().
|
inline |
Definition at line 475 of file oct-time.h.
References time().
|
default |
Definition at line 509 of file oct-time.h.
Definition at line 539 of file oct-time.h.
References time().
|
inline |
Definition at line 545 of file oct-time.h.
Definition at line 514 of file oct-time.h.
References time().
Definition at line 520 of file oct-time.h.
Definition at line 480 of file oct-time.h.
References time().
Definition at line 503 of file oct-time.h.
References time().
Definition at line 527 of file oct-time.h.
References time().
Definition at line 533 of file oct-time.h.
|
inline |
Definition at line 550 of file oct-time.h.
Referenced by file_time(), operator+(), operator<(), operator=(), operator==(), and operator>().
|
inlinestatic |
Definition at line 490 of file oct-time.h.