GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Classes | |
class | octave_base_tm |
class | octave_gmtime |
class | octave_localtime |
class | octave_strptime |
class | octave_time |
Functions | |
bool | operator!= (const octave_time &t1, const octave_time &t2) |
octave_time | operator+ (const octave_time &t1, const octave_time &t2) |
bool | operator< (const octave_time &t1, const octave_time &t2) |
bool | operator<= (const octave_time &t1, const octave_time &t2) |
bool | operator== (const octave_time &t1, const octave_time &t2) |
bool | operator> (const octave_time &t1, const octave_time &t2) |
bool | operator>= (const octave_time &t1, const octave_time &t2) |
|
inline |
Definition at line 118 of file oct-time.h.
|
inline |
Definition at line 162 of file oct-time.h.
References octave_time::unix_time(), and octave_time::usec().
|
inline |
Definition at line 124 of file oct-time.h.
References octave_time::unix_time(), and octave_time::usec().
|
inline |
Definition at line 137 of file oct-time.h.
|
inline |
Definition at line 112 of file oct-time.h.
References octave_time::unix_time(), and octave_time::usec().
|
inline |
Definition at line 143 of file oct-time.h.
References octave_time::unix_time(), and octave_time::usec().
|
inline |
Definition at line 156 of file oct-time.h.