GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-time.h File Reference
#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)
 

Function Documentation

◆ operator!=()

bool operator!= ( const time t1,
const time t2 
)
inline

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

◆ operator+()

time operator+ ( const time t1,
const time t2 
)
inline

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

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

◆ operator<()

bool operator< ( const time t1,
const time t2 
)
inline

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

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

◆ operator<=()

bool operator<= ( const time t1,
const time t2 
)
inline

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

◆ operator==()

bool operator== ( const time t1,
const time t2 
)
inline

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

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

◆ operator>()

bool operator> ( const time t1,
const time t2 
)
inline

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

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

◆ operator>=()

bool operator>= ( const time t1,
const time t2 
)
inline

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