webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WTF::LocalTimeOffset Struct Reference

#include <DateMath.h>

Public Member Functions

 LocalTimeOffset ()
 
 LocalTimeOffset (bool isDST, int offset)
 
bool operator== (const LocalTimeOffset &other)
 
bool operator!= (const LocalTimeOffset &other)
 
 LocalTimeOffset ()
 
 LocalTimeOffset (bool isDST, int offset)
 
bool operator== (const LocalTimeOffset &other)
 
bool operator!= (const LocalTimeOffset &other)
 
 LocalTimeOffset ()
 
 LocalTimeOffset (bool isDST, int offset)
 
bool operator== (const LocalTimeOffset &other)
 
bool operator!= (const LocalTimeOffset &other)
 

Public Attributes

bool isDST
 
int offset
 

Constructor & Destructor Documentation

◆ LocalTimeOffset() [1/6]

WTF::LocalTimeOffset::LocalTimeOffset ( )
inline

◆ LocalTimeOffset() [2/6]

WTF::LocalTimeOffset::LocalTimeOffset ( bool  isDST,
int  offset 
)
inline

◆ LocalTimeOffset() [3/6]

WTF::LocalTimeOffset::LocalTimeOffset ( )
inline

◆ LocalTimeOffset() [4/6]

WTF::LocalTimeOffset::LocalTimeOffset ( bool  isDST,
int  offset 
)
inline

◆ LocalTimeOffset() [5/6]

WTF::LocalTimeOffset::LocalTimeOffset ( )
inline

◆ LocalTimeOffset() [6/6]

WTF::LocalTimeOffset::LocalTimeOffset ( bool  isDST,
int  offset 
)
inline

Member Function Documentation

◆ operator!=() [1/3]

bool WTF::LocalTimeOffset::operator!= ( const LocalTimeOffset other)
inline

◆ operator!=() [2/3]

bool WTF::LocalTimeOffset::operator!= ( const LocalTimeOffset other)
inline

◆ operator!=() [3/3]

bool WTF::LocalTimeOffset::operator!= ( const LocalTimeOffset other)
inline

◆ operator==() [1/3]

bool WTF::LocalTimeOffset::operator== ( const LocalTimeOffset other)
inline

◆ operator==() [2/3]

bool WTF::LocalTimeOffset::operator== ( const LocalTimeOffset other)
inline

◆ operator==() [3/3]

bool WTF::LocalTimeOffset::operator== ( const LocalTimeOffset other)
inline

Member Data Documentation

◆ isDST

bool WTF::LocalTimeOffset::isDST

◆ offset

int WTF::LocalTimeOffset::offset

The documentation for this struct was generated from the following file: