#include "oct-time.h"
Public Member Functions | |
gmtime (const time &ot) | |
gmtime (void) | |
~gmtime (void)=default | |
std::string | asctime (void) const |
OCTAVE_API base_tm & | gmtoff (long v) |
long | gmtoff (void) const |
OCTAVE_API base_tm & | hour (int v) |
int | hour (void) const |
OCTAVE_API base_tm & | isdst (int v) |
int | isdst (void) const |
OCTAVE_API base_tm & | mday (int v) |
int | mday (void) const |
OCTAVE_API base_tm & | min (int v) |
int | min (void) const |
OCTAVE_API base_tm & | mon (int v) |
int | mon (void) const |
gmtime & | operator= (const gmtime &t) |
OCTAVE_API base_tm & | sec (int v) |
int | sec (void) const |
OCTAVE_API std::string | strftime (const std::string &fmt) const |
OCTAVE_API base_tm & | usec (int v) |
int | usec (void) const |
OCTAVE_API base_tm & | wday (int v) |
int | wday (void) const |
OCTAVE_API base_tm & | yday (int v) |
int | yday (void) const |
OCTAVE_API base_tm & | year (int v) |
int | year (void) const |
OCTAVE_API base_tm & | zone (const std::string &s) |
std::string | zone (void) const |
Protected Member Functions | |
OCTAVE_API void | init (void *p) |
Protected Attributes | |
long | m_gmtoff |
int | m_hour |
int | m_isdst |
int | m_mday |
int | m_min |
int | m_mon |
int | m_sec |
int | m_usec |
int | m_wday |
int | m_yday |
int | m_year |
std::string | m_zone |
Private Member Functions | |
OCTAVE_API void | init (const time &ot) |
Definition at line 324 of file oct-time.h.
|
inline |
Definition at line 329 of file oct-time.h.
References base_tm::init().
|
inline |
Definition at line 332 of file oct-time.h.
References base_tm::init().
|
default |
|
inlineinherited |
Definition at line 253 of file oct-time.h.
References base_tm::strftime().
Referenced by time::ctime().
|
inherited |
Definition at line 157 of file oct-time.cc.
|
inlineinherited |
Definition at line 235 of file oct-time.h.
References base_tm::m_gmtoff.
Referenced by time::time().
|
inherited |
Definition at line 149 of file oct-time.cc.
|
inlineinherited |
|
private |
Definition at line 284 of file oct-time.cc.
References base_tm::init(), base_tm::m_usec, time::unix_time(), and time::usec().
|
protectedinherited |
Definition at line 229 of file oct-time.cc.
References base_tm::m_gmtoff, base_tm::m_hour, base_tm::m_isdst, base_tm::m_mday, base_tm::m_min, base_tm::m_mon, base_tm::m_sec, base_tm::m_wday, base_tm::m_yday, base_tm::m_year, base_tm::m_zone, and u8_from_wstring().
Referenced by gmtime(), localtime::localtime(), strptime::strptime(), strptime::init(), localtime::init(), and init().
|
inherited |
Definition at line 156 of file oct-time.cc.
|
inlineinherited |
|
inherited |
Definition at line 150 of file oct-time.cc.
|
inlineinherited |
|
inherited |
Definition at line 148 of file oct-time.cc.
|
inlineinherited |
|
inherited |
Definition at line 151 of file oct-time.cc.
|
inlineinherited |
Definition at line 335 of file oct-time.h.
References base_tm::operator=().
|
inherited |
Definition at line 147 of file oct-time.cc.
|
inlineinherited |
|
inherited |
Definition at line 171 of file oct-time.cc.
References base_tm::m_gmtoff, base_tm::m_hour, base_tm::m_isdst, base_tm::m_mday, base_tm::m_min, base_tm::m_mon, base_tm::m_sec, base_tm::m_wday, base_tm::m_yday, base_tm::m_year, base_tm::m_zone, octave_strftime_wrapper(), STRFTIME_BUF_INITIAL_SIZE, and strsave().
Referenced by base_tm::asctime().
|
inherited |
Definition at line 146 of file oct-time.cc.
|
inlineinherited |
|
inherited |
Definition at line 154 of file oct-time.cc.
|
inlineinherited |
|
inherited |
Definition at line 155 of file oct-time.cc.
|
inlineinherited |
|
inherited |
Definition at line 153 of file oct-time.cc.
|
inlineinherited |
|
inherited |
Definition at line 160 of file oct-time.cc.
|
inlineinherited |
|
protectedinherited |
Definition at line 289 of file oct-time.h.
Referenced by base_tm::gmtoff(), base_tm::init(), base_tm::operator=(), and base_tm::strftime().
|
protectedinherited |
Definition at line 268 of file oct-time.h.
Referenced by base_tm::hour(), base_tm::init(), base_tm::operator=(), and base_tm::strftime().
|
protectedinherited |
Definition at line 286 of file oct-time.h.
Referenced by base_tm::init(), base_tm::isdst(), base_tm::operator=(), and base_tm::strftime().
|
protectedinherited |
Definition at line 271 of file oct-time.h.
Referenced by base_tm::init(), base_tm::mday(), base_tm::operator=(), and base_tm::strftime().
|
protectedinherited |
Definition at line 265 of file oct-time.h.
Referenced by base_tm::init(), base_tm::min(), base_tm::operator=(), and base_tm::strftime().
|
protectedinherited |
Definition at line 274 of file oct-time.h.
Referenced by base_tm::init(), base_tm::mon(), base_tm::operator=(), and base_tm::strftime().
|
protectedinherited |
Definition at line 262 of file oct-time.h.
Referenced by base_tm::init(), base_tm::operator=(), base_tm::sec(), and base_tm::strftime().
|
protectedinherited |
Definition at line 259 of file oct-time.h.
Referenced by localtime::init(), init(), base_tm::operator=(), and base_tm::usec().
|
protectedinherited |
Definition at line 280 of file oct-time.h.
Referenced by base_tm::init(), base_tm::operator=(), base_tm::strftime(), and base_tm::wday().
|
protectedinherited |
Definition at line 283 of file oct-time.h.
Referenced by base_tm::init(), base_tm::operator=(), base_tm::strftime(), and base_tm::yday().
|
protectedinherited |
Definition at line 277 of file oct-time.h.
Referenced by base_tm::init(), base_tm::operator=(), base_tm::strftime(), and base_tm::year().
|
protectedinherited |
Definition at line 292 of file oct-time.h.
Referenced by base_tm::init(), base_tm::operator=(), base_tm::strftime(), and base_tm::zone().