Navigation

Operators and Keywords

Function List:

C++ API

oct-time.h File Reference

#include <string>
#include "lo-math.h"
#include "systime.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

Defines

#define octave_time_h   1

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)

Define Documentation

#define octave_time_h   1


Function Documentation

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]

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