#include "octave-config.h"#include <iosfwd>#include <string>Go to the source code of this file.
Classes | |
| class | base_tm |
| class | cpu_time |
| class | file_time |
| class | gmtime |
| class | localtime |
| class | resource_usage |
| class | strptime |
| class | time |
Functions | |
| bool | operator!= (const time &t1, const time &t2) |
| time | operator+ (const time &t1, const time &t2) |
| bool | operator< (const time &t1, const time &t2) |
| bool | operator<= (const time &t1, const time &t2) |
| bool | operator== (const time &t1, const time &t2) |
| bool | operator> (const time &t1, const time &t2) |
| bool | operator>= (const time &t1, const time &t2) |
Definition at line 146 of file oct-time.h.
Definition at line 190 of file oct-time.h.
References time::unix_time(), and time::usec().
Definition at line 151 of file oct-time.h.
References time::unix_time(), and time::usec().
Definition at line 164 of file oct-time.h.
Definition at line 140 of file oct-time.h.
References time::unix_time(), and time::usec().
Definition at line 171 of file oct-time.h.
References time::unix_time(), and time::usec().
Definition at line 184 of file oct-time.h.