#include "oct-time.h"
Definition at line 184 of file oct-time.h.
◆ base_tm() [1/2]
| base_tm::base_tm |
( |
void |
| ) |
|
|
inline |
◆ base_tm() [2/2]
| base_tm::base_tm |
( |
const base_tm & |
tm | ) |
|
|
inline |
◆ ~base_tm()
| virtual base_tm::~base_tm |
( |
void |
| ) |
|
|
virtualdefault |
◆ asctime()
| std::string base_tm::asctime |
( |
void |
| ) |
const |
|
inline |
◆ gmtoff() [1/2]
| base_tm & base_tm::gmtoff |
( |
long |
v | ) |
|
◆ gmtoff() [2/2]
| long base_tm::gmtoff |
( |
void |
| ) |
const |
|
inline |
◆ hour() [1/2]
◆ hour() [2/2]
| int base_tm::hour |
( |
void |
| ) |
const |
|
inline |
◆ init()
| void base_tm::init |
( |
void * |
p | ) |
|
|
protected |
Definition at line 229 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, and u8_from_wstring().
Referenced by gmtime::gmtime(), localtime::localtime(), strptime::strptime(), strptime::init(), localtime::init(), and gmtime::init().
◆ isdst() [1/2]
◆ isdst() [2/2]
| int base_tm::isdst |
( |
void |
| ) |
const |
|
inline |
◆ mday() [1/2]
◆ mday() [2/2]
| int base_tm::mday |
( |
void |
| ) |
const |
|
inline |
◆ min() [1/2]
◆ min() [2/2]
| int base_tm::min |
( |
void |
| ) |
const |
|
inline |
◆ mon() [1/2]
◆ mon() [2/2]
| int base_tm::mon |
( |
void |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 202 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 gmtime::operator=(), localtime::operator=(), and strptime::operator=().
◆ sec() [1/2]
◆ sec() [2/2]
| int base_tm::sec |
( |
void |
| ) |
const |
|
inline |
◆ strftime()
| std::string base_tm::strftime |
( |
const std::string & |
fmt | ) |
const |
Definition at line 171 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]
◆ usec() [2/2]
| int base_tm::usec |
( |
void |
| ) |
const |
|
inline |
◆ wday() [1/2]
◆ wday() [2/2]
| int base_tm::wday |
( |
void |
| ) |
const |
|
inline |
◆ yday() [1/2]
◆ yday() [2/2]
| int base_tm::yday |
( |
void |
| ) |
const |
|
inline |
◆ year() [1/2]
◆ year() [2/2]
| int base_tm::year |
( |
void |
| ) |
const |
|
inline |
◆ zone() [1/2]
| base_tm & base_tm::zone |
( |
const std::string & |
s | ) |
|
◆ zone() [2/2]
| std::string base_tm::zone |
( |
void |
| ) |
const |
|
inline |
◆ 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: