Gnash
0.8.11dev
|
#include <Date_as.h>
Public Member Functions | |
Date_as (double value=clocktime::getTicks()) | |
void | setTimeValue (const double &value) |
double | getTimeValue () const |
std::string | toString () const |
![]() | |
virtual | ~Relay ()=0 |
virtual void | setReachable () |
A Relay itself is not a GC object, but may point to GC resources. More... | |
virtual void | clean () |
Handle any cleanup necessary before the Relay is destroyed. More... | |
|
explicit |
Referenced by gnash::registerDateNative().
|
inline |
References gnash::date_class_init(), gnash::registerDateNative(), toString(), and test::uri.
Referenced by gnash::registerDateNative().
|
inline |
Referenced by gnash::registerDateNative().
std::string gnash::Date_as::toString | ( | ) | const |
NaN and infinities all print as "Invalid Date"
References gnash::isInf(), and gnash::isNaN().
Referenced by getTimeValue(), and gnash::registerDateNative().