#include "oct-time.h"
Definition at line 184 of file oct-time.h.
◆ base_tm() [1/2]
◆ base_tm() [2/2]
base_tm::base_tm |
( |
const base_tm & |
tm | ) |
|
|
inline |
◆ ~base_tm()
virtual base_tm::~base_tm |
( |
| ) |
|
|
virtualdefault |
◆ asctime()
std::string base_tm::asctime |
( |
| ) |
const |
|
inline |
◆ gmtoff() [1/2]
long base_tm::gmtoff |
( |
| ) |
const |
|
inline |
◆ gmtoff() [2/2]
base_tm & base_tm::gmtoff |
( |
long |
v | ) |
|
◆ hour() [1/2]
int base_tm::hour |
( |
| ) |
const |
|
inline |
◆ hour() [2/2]
◆ init()
void base_tm::init |
( |
void * |
p | ) |
|
|
protected |
Definition at line 231 of file oct-time.cc.
References m_gmtoff, m_hour, m_isdst, m_mday, m_min, m_mon, m_sec, m_wday, m_yday, m_year, and m_zone.
◆ isdst() [1/2]
int base_tm::isdst |
( |
| ) |
const |
|
inline |
◆ isdst() [2/2]
◆ mday() [1/2]
int base_tm::mday |
( |
| ) |
const |
|
inline |
◆ mday() [2/2]
◆ min() [1/2]
int base_tm::min |
( |
| ) |
const |
|
inline |
◆ min() [2/2]
◆ mon() [1/2]
int base_tm::mon |
( |
| ) |
const |
|
inline |
◆ mon() [2/2]
◆ operator=()
Definition at line 201 of file oct-time.h.
References m_gmtoff, m_hour, m_isdst, m_mday, m_min, m_mon, m_sec, m_usec, m_wday, m_yday, m_year, and m_zone.
Referenced by localtime::operator=().
◆ sec() [1/2]
int base_tm::sec |
( |
| ) |
const |
|
inline |
◆ sec() [2/2]
◆ strftime()
std::string base_tm::strftime |
( |
const std::string & |
fmt | ) |
const |
Definition at line 173 of file oct-time.cc.
References m_gmtoff, m_hour, m_isdst, m_mday, m_min, m_mon, m_sec, m_wday, m_yday, m_year, m_zone, octave_strftime_wrapper(), STRFTIME_BUF_INITIAL_SIZE, and strsave().
Referenced by asctime().
◆ usec() [1/2]
int base_tm::usec |
( |
| ) |
const |
|
inline |
◆ usec() [2/2]
◆ wday() [1/2]
int base_tm::wday |
( |
| ) |
const |
|
inline |
◆ wday() [2/2]
◆ yday() [1/2]
int base_tm::yday |
( |
| ) |
const |
|
inline |
◆ yday() [2/2]
◆ year() [1/2]
int base_tm::year |
( |
| ) |
const |
|
inline |
◆ year() [2/2]
◆ zone() [1/2]
std::string base_tm::zone |
( |
| ) |
const |
|
inline |
◆ zone() [2/2]
base_tm & base_tm::zone |
( |
const std::string & |
s | ) |
|
◆ m_gmtoff
◆ m_hour
◆ m_isdst
◆ m_mday
◆ m_min
◆ m_mon
◆ m_sec
◆ m_usec
◆ m_wday
◆ m_yday
◆ m_year
◆ m_zone
std::string base_tm::m_zone |
|
protected |
The documentation for this class was generated from the following files: