Navigation

Operators and Keywords

Function List:

C++ API

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_time
class  octave_base_tm
class  octave_localtime
class  octave_gmtime
class  octave_strptime

Functions

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)
bool operator>= (const octave_time &t1, const octave_time &t2)
octave_time operator+ (const octave_time &t1, const octave_time &t2)

Function Documentation

bool operator!= ( const octave_time t1,
const octave_time t2 
) [inline]
octave_time operator+ ( const octave_time t1,
const octave_time t2 
) [inline]
bool operator< ( const octave_time t1,
const octave_time t2 
) [inline]
bool operator<= ( const octave_time t1,
const octave_time t2 
) [inline]
bool operator== ( const octave_time t1,
const octave_time t2 
) [inline]
bool operator> ( const octave_time t1,
const octave_time t2 
) [inline]
bool operator>= ( const octave_time t1,
const octave_time t2 
) [inline]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines