Classes | Functions

oct-time.h File Reference

#include <ctime>
#include <string>
#include "lo-math.h"
Include dependency graph for oct-time.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

bool operator!= ( const octave_time t1,
const octave_time t2 
) [inline]

Definition at line 118 of file oct-time.h.

octave_time operator+ ( const octave_time t1,
const octave_time t2 
) [inline]

Definition at line 162 of file oct-time.h.

References octave_time::unix_time(), and octave_time::usec().

bool operator< ( const octave_time t1,
const octave_time t2 
) [inline]

Definition at line 124 of file oct-time.h.

References octave_time::unix_time(), and octave_time::usec().

bool operator<= ( const octave_time t1,
const octave_time t2 
) [inline]

Definition at line 137 of file oct-time.h.

bool operator== ( const octave_time t1,
const octave_time t2 
) [inline]

Definition at line 112 of file oct-time.h.

References octave_time::unix_time(), and octave_time::usec().

bool operator> ( const octave_time t1,
const octave_time t2 
) [inline]

Definition at line 143 of file oct-time.h.

References octave_time::unix_time(), and octave_time::usec().

bool operator>= ( const octave_time t1,
const octave_time t2 
) [inline]

Definition at line 156 of file oct-time.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines