GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Macros
oct-time.cc File Reference
#include <limits>
#include <ctime>
#include "lo-error.h"
#include "lo-math.h"
#include "lo-utils.h"
#include "oct-locbuf.h"
#include "oct-time.h"
#include "strftime-wrapper.h"
#include "strptime-wrapper.h"
#include "time-wrappers.h"
Include dependency graph for oct-time.cc:

Go to the source code of this file.

Namespaces

 octave
 Octave interface to the compression and uncompression libraries.
 
 octave::sys
 

Macros

#define DEFINE_SET_FIELD_FCN(type, f, lo, hi)
 
#define DEFINE_SET_INT_FIELD_FCN(f, lo, hi)   DEFINE_SET_FIELD_FCN (int, f, lo, hi)
 
#define STRFTIME_BUF_INITIAL_SIZE   128
 

Macro Definition Documentation

#define DEFINE_SET_FIELD_FCN (   type,
  f,
  lo,
  hi 
)
Value:
base_tm& \
{ \
m_ ## f = v; \
\
return *this; \
}
F77_RET_T F77_REAL &F77_RET_T F77_DBLE &F77_RET_T F77_REAL &F77_RET_T F77_DBLE &F77_RET_T F77_REAL &F77_RET_T F77_DBLE &F77_RET_T const F77_REAL const F77_REAL F77_REAL &F77_RET_T const F77_DBLE const F77_DBLE F77_DBLE &F77_RET_T F77_REAL &F77_RET_T F77_DBLE &F77_RET_T F77_DBLE &F77_RET_T F77_REAL &F77_RET_T F77_REAL &F77_RET_T F77_DBLE &F77_RET_T const F77_DBLE F77_DBLE &F77_RET_T const F77_REAL F77_REAL &F77_RET_T F77_REAL F77_REAL &F77_RET_T F77_DBLE F77_DBLE &F77_RET_T const F77_DBLE const F77_DBLE * f
idx type
Definition: ov.cc:3129

Definition at line 110 of file oct-time.cc.

#define DEFINE_SET_INT_FIELD_FCN (   f,
  lo,
  hi 
)    DEFINE_SET_FIELD_FCN (int, f, lo, hi)

Definition at line 119 of file oct-time.cc.

#define STRFTIME_BUF_INITIAL_SIZE   128

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

Referenced by octave::sys::base_tm::strftime().