DateTimeNode Member List

This is the complete list of members for DateTimeNode, including all inherited members.
AbstractQoreNode(qore_type_t t, bool n_value, bool n_needs_eval, bool n_there_can_be_only_one=false, bool n_custom_reference_handlers=false)AbstractQoreNode
add(const DateTime *dt) const DateTimeNode
bigIntEval(ExceptionSink *xsink) const AbstractQoreNode
bigIntEvalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
boolEval(ExceptionSink *xsink) const AbstractQoreNode
boolEvalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
compareDates(const DateTime *left, const DateTime *right)DateTime [static]
copy() const DateTimeNode
custom_reference_handlersAbstractQoreNode [protected]
DateTime(qore_date_private *n_priv)DateTime [protected]
DateTime(bool r=false)DateTime
DateTime(int n_year, int n_month, int n_day, int n_hour=0, int n_minute=0, int n_second=0, short n_ms=0, bool n_relative=false)DateTime
DateTime(int64 seconds)DateTime
DateTime(int64 seconds, int ms)DateTime
DateTime(const char *date)DateTime
DateTime(const struct tm *tms)DateTime
DateTime(const DateTime &dt)DateTime
DateTimeNode(bool r=false)DateTimeNode
DateTimeNode(int n_year, int n_month, int n_day, int n_hour=0, int n_minute=0, int n_second=0, short n_ms=0, bool n_relative=false)DateTimeNode
DateTimeNode(int64 seconds)DateTimeNode
DateTimeNode(int64 seconds, int ms)DateTimeNode
DateTimeNode(const char *date)DateTimeNode
DateTimeNode(struct tm *tms)DateTimeNode
DateTimeNode(const DateTimeNode &dt)DateTimeNode
DateTimeNode(const DateTime &dt)DateTimeNode
AbstractQoreNode::deref(ExceptionSink *xsink)AbstractQoreNode
eval(ExceptionSink *xsink) const AbstractQoreNode
eval(bool &needs_deref, ExceptionSink *xsink) const AbstractQoreNode
evalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
evalImpl(bool &needs_deref, ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
floatEval(ExceptionSink *xsink) const AbstractQoreNode
floatEvalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
format(QoreString &str, const char *fmt) const DateTime
getAsBigInt() const AbstractQoreNode
getAsBool() const AbstractQoreNode
getAsFloat() const AbstractQoreNode
getAsInt() const AbstractQoreNode
getAsString(bool &del, int foff, ExceptionSink *xsink) const DateTimeNode [virtual]
getAsString(QoreString &str, int foff, ExceptionSink *xsink) const DateTimeNode [virtual]
getDateFromISOWeek(int year, int week, int day, ExceptionSink *xsink)DateTimeNode [static]
getDateTimeRepresentation(bool &del) const DateTimeNode [virtual]
getDateTimeRepresentation(DateTime &dt) const DateTimeNode [virtual]
getDay() const DateTime
getDayNumber() const DateTime
getDayOfWeek() const DateTime
getEpochMicrosecondsUTC() const DateTime
getEpochMillisecondsUTC() const DateTime
getEpochSeconds() const DateTime
getEpochSecondsUTC() const DateTime
getHour() const DateTime
getInfo(const AbstractQoreZoneInfo *n_zone, qore_tm &info) const DateTime
getInfo(qore_tm &info) const DateTime
getISOWeek(int &year, int &week, int &day) const DateTime
getLastDayOfMonth(int month, int year)DateTime [static]
getMicrosecond() const DateTime
getMillisecond() const DateTime
getMinute() const DateTime
getMonth() const DateTime
getRelativeMicroseconds() const DateTime
getRelativeMilliseconds() const DateTime
getRelativeSeconds() const DateTime
getSecond() const DateTime
getStringRepresentation(bool &del) const DateTimeNode [virtual]
getStringRepresentation(QoreString &str) const DateTimeNode [virtual]
getTM(struct tm *tms) const DateTime
getType() const AbstractQoreNode [inline]
getTypeName() const DateTimeNode [virtual]
getYear() const DateTime
hasValue() const DateTime
integerEval(ExceptionSink *xsink) const AbstractQoreNode
integerEvalImpl(ExceptionSink *xsink) const SimpleValueQoreNode [protected, virtual]
SimpleValueQoreNode::is_equal_hard(const AbstractQoreNode *v, ExceptionSink *xsink) const =0AbstractQoreNode [pure virtual]
is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const DateTimeNode [virtual]
SimpleValueQoreNode::is_equal_soft(const AbstractQoreNode *v, ExceptionSink *xsink) const =0AbstractQoreNode [pure virtual]
is_unique() const QoreReferenceCounter [inline]
is_value() const AbstractQoreNode [inline]
isAbsolute() const DateTime
isLeapYear(int year)DateTime [static]
isReferenceCounted() const AbstractQoreNode [inline]
isRelative() const DateTime
makeAbsolute(const AbstractQoreZoneInfo *n_zone, int n_year, int n_month, int n_day, int n_hour=0, int n_minute=0, int n_second=0, int n_us=0)DateTimeNode [static]
makeAbsolute(const AbstractQoreZoneInfo *zone, int64 seconds, int us=0)DateTimeNode [static]
makeAbsoluteLocal(const AbstractQoreZoneInfo *zone, int64 seconds, int us=0)DateTimeNode [static]
makeRelative(int n_year, int n_month, int n_day, int n_hour=0, int n_minute=0, int n_second=0, int n_us=0)DateTimeNode [static]
needs_eval() const AbstractQoreNode [inline]
needs_eval_flagAbstractQoreNode [protected]
parseInit(LocalVar *oflag, int pflag, int &lvids, const QoreTypeInfo *&typeInfo)AbstractQoreNode [virtual]
privDateTime [protected]
QoreReferenceCounter()QoreReferenceCounter
realCopy() const DateTimeNode [virtual]
ref() const AbstractQoreNode
reference_count() const QoreReferenceCounter [inline]
refSelf() const AbstractQoreNode
ROdereference() const QoreReferenceCounter
ROreference() const QoreReferenceCounter
setDate(int64 seconds)DateTime
setDate(int64 seconds, int ms)DateTime
setDate(const AbstractQoreZoneInfo *zone, int64 seconds, int us)DateTime
setDate(const AbstractQoreZoneInfo *n_zone, int n_year, int n_month, int n_day, int n_hour=0, int n_minute=0, int n_second=0, int n_us=0)DateTime
setDate(const char *str)DateTime
setDate(const struct tm *tms, short ms=0)DateTime
setDate(const DateTime &date)DateTime
setLocalDate(const AbstractQoreZoneInfo *zone, int64 seconds, int us)DateTime
setRelativeDate(const char *str)DateTime
setTime(int h, int m, int s, short ms=0)DateTime
setZone(const AbstractQoreZoneInfo *n_zone)DateTime
SimpleQoreNode(qore_type_t t, bool n_value, bool n_needs_eval, bool n_there_can_be_only_one=false)SimpleQoreNode [inline]
SimpleQoreNode(const SimpleQoreNode &)SimpleQoreNode [inline]
SimpleValueQoreNode(qore_type_t t, bool n_there_can_be_only_one=false)SimpleValueQoreNode [inline]
subtractBy(const DateTime *dt) const DateTimeNode
there_can_be_only_oneAbstractQoreNode [protected]
typeAbstractQoreNode [protected]
unaryMinus() const DateTimeNode
unaryMinusInPlace()DateTime
valueAbstractQoreNode [protected]
~AbstractQoreNode()AbstractQoreNode [protected, virtual]
~DateTime()DateTime
~DateTimeNode()DateTimeNode [protected, virtual]
~QoreReferenceCounter()QoreReferenceCounter

Generated on 14 Jun 2010 for Qore Programming Language by  doxygen 1.6.1