#include <cmath>
#include <ctime>
#include <iomanip>
#include <limits>
#include <ostream>
#include "file-stat.h"
#include "lo-error.h"
#include "lo-utils.h"
#include "lo-sysdep.h"
#include "oct-locbuf.h"
#include "oct-time.h"
#include "octave-preserve-stream-state.h"
#include "strftime-wrapper.h"
#include "strptime-wrapper.h"
#include "time-wrappers.h"
Go to the source code of this file.
◆ DEFINE_SET_FIELD_FCN
#define DEFINE_SET_FIELD_FCN |
( |
|
type, |
|
|
|
f, |
|
|
|
lo, |
|
|
|
hi |
|
) |
| |
Value:
{ \
\
return *this; \
}
F77_RET_T const F77_DBLE const F77_DBLE * f
Definition at line 136 of file oct-time.cc.
◆ DEFINE_SET_INT_FIELD_FCN
◆ STRFTIME_BUF_INITIAL_SIZE
#define STRFTIME_BUF_INITIAL_SIZE 128 |
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const time & |
ot |
|
) |
| |