, including all inherited members.
add(char Hour, char minute=0, char second=0) | YGP::ATime | |
assign(const char *pTime, unsigned int len) | YGP::ATime | |
ATime() | YGP::ATime | [inline] |
ATime(bool now) | YGP::ATime | |
ATime(const ATime &other) | YGP::ATime | [inline] |
ATime(char Hour, char minute, char second) | YGP::ATime | |
ATime(const char *pTime) | YGP::ATime | [inline] |
ATime(const std::string &time) | YGP::ATime | [inline] |
ATime(const struct tm &tm) | YGP::ATime | [inline] |
ATime(const time_t &time, bool local=true) | YGP::ATime | [inline] |
AttributValue() | YGP::AttributValue | [inline, protected] |
AttributValue(bool define) | YGP::AttributValue | [inline, protected] |
AttributValue(const AttributValue &other) | YGP::AttributValue | [inline, protected] |
checkIntegrity() const | YGP::ATime | [virtual] |
compare(const ATime &other) const | YGP::ATime | |
define() | YGP::ATime | [inline, virtual] |
getHour() const | YGP::ATime | [inline] |
getMinute() const | YGP::ATime | [inline] |
getMode() const | YGP::ATime | [inline] |
getSecond() const | YGP::ATime | [inline] |
isDefined() const | YGP::AttributValue | [inline] |
maxAdapt() | YGP::ATime | [protected, virtual] |
minAdapt() | YGP::ATime | [protected, virtual] |
Mode enum name | YGP::ATime | |
MODE_HHMM enum value (defined in YGP::ATime) | YGP::ATime | |
MODE_LOCALE enum value (defined in YGP::ATime) | YGP::ATime | |
MODE_MMSS enum value (defined in YGP::ATime) | YGP::ATime | |
now() | YGP::ATime | [inline, static] |
operator!=(const ATime &other) const | YGP::ATime | [inline] |
operator+(const ATime &lhs, const ATime &rhs) | YGP::ATime | [friend] |
operator+=(const ATime &rhs) | YGP::ATime | |
operator-(const ATime &lhs, const ATime &rhs) | YGP::ATime | [friend] |
operator-=(const ATime &rhs) | YGP::ATime | |
operator<(const ATime &other) const | YGP::ATime | [inline] |
operator<<(std::ostream &out, const AttributValue &outValue) | YGP::AttributValue | [friend] |
operator<=(const ATime &other) const | YGP::ATime | [inline] |
operator=(const std::string &time) | YGP::ATime | [inline] |
operator=(const char *pTime) | YGP::ATime | |
operator=(const ATime &other) | YGP::ATime | |
operator=(const struct tm &tm) | YGP::ATime | [inline] |
operator=(const time_t &time) | YGP::ATime | [inline] |
YGP::AttributValue::operator=(const AttributValue &other) | YGP::AttributValue | [inline, protected] |
operator==(const ATime &other) const | YGP::ATime | [inline] |
operator>(const ATime &other) const | YGP::ATime | [inline] |
operator>=(const ATime &other) const | YGP::ATime | [inline] |
operator>>(std::istream &in, AttributValue &inValue) | YGP::AttributValue | [friend] |
readFromStream(std::istream &in) | YGP::ATime | [virtual] |
setDefined() | YGP::AttributValue | [inline, protected] |
setGMT(const time_t &time) | YGP::ATime | [inline] |
setHour(char Hour) | YGP::ATime | |
setMinute(char minute) | YGP::ATime | |
setMode(enum Mode newMode) | YGP::ATime | [inline] |
setSecond(char second) | YGP::ATime | |
sub(char Hour, char minute=0, char second=0) | YGP::ATime | |
toString() const | YGP::ATime | [virtual] |
toString(const char *format) const | YGP::ATime | [virtual] |
YGP::AttributValue::toString(std::string &result) const | YGP::AttributValue | [inline] |
toStructTM() const | YGP::ATime | [virtual] |
toSysTime() const | YGP::ATime | [inline] |
toUnformattedString() const | YGP::ATime | [virtual] |
YGP::AttributValue::toUnformattedString(std::string &result) const | YGP::AttributValue | [inline] |
undefine() | YGP::AttributValue | [inline, virtual] |
~ATime() | YGP::ATime | [virtual] |
~AttributValue() | YGP::AttributValue | [inline, protected, virtual] |