CSnapValue Member List
This is the complete list of members for CSnapValue, including all inherited members.
CSnapValue(const CSnapValue &src, bool) | CSnapValue | inlineprivate |
CSnapValue() | CSnapValue | inline |
CSnapValue(const CSnapValue &src) | CSnapValue | inline |
CSnapValue(double val) | CSnapValue | inline |
CSnapValue(float val) | CSnapValue | inline |
CSnapValue(int val) | CSnapValue | inline |
GetValue() const | CSnapValue | inline |
m_dVal | CSnapValue | private |
operator double() const | CSnapValue | inline |
operator!=(const CSnapValue &rhs) const | CSnapValue | inline |
operator!=(const double &rhs) const | CSnapValue | inline |
operator!=(const int &rhs) const | CSnapValue | inline |
operator*(const CSnapValue &rhs) const | CSnapValue | inline |
operator*=(const CSnapValue &rhs) | CSnapValue | inline |
operator+(const CSnapValue &rhs) const | CSnapValue | inline |
operator+() const | CSnapValue | inline |
operator++() | CSnapValue | inline |
operator++(int) | CSnapValue | inline |
operator+=(const CSnapValue &rhs) | CSnapValue | inline |
operator-(const CSnapValue &rhs) const | CSnapValue | inline |
operator-() const | CSnapValue | inline |
operator--() | CSnapValue | inline |
operator--(int) | CSnapValue | inline |
operator-=(const CSnapValue &rhs) | CSnapValue | inline |
operator/(const CSnapValue &rhs) const | CSnapValue | inline |
operator/=(const CSnapValue &rhs) | CSnapValue | inline |
operator<(const CSnapValue &rhs) const | CSnapValue | inline |
operator<(const double &rhs) const | CSnapValue | inline |
operator<(const int &rhs) const | CSnapValue | inline |
operator<=(const CSnapValue &rhs) const | CSnapValue | inline |
operator<=(const double &rhs) const | CSnapValue | inline |
operator<=(const int &rhs) const | CSnapValue | inline |
operator=(const CSnapValue &rhs) | CSnapValue | inline |
operator==(const CSnapValue &rhs) const | CSnapValue | inline |
operator==(const double &rhs) const | CSnapValue | inline |
operator==(const int &rhs) const | CSnapValue | inline |
operator>(const CSnapValue &rhs) const | CSnapValue | inline |
operator>(const double &rhs) const | CSnapValue | inline |
operator>(const int &rhs) const | CSnapValue | inline |
operator>=(const CSnapValue &rhs) const | CSnapValue | inline |
operator>=(const double &rhs) const | CSnapValue | inline |
operator>=(const int &rhs) const | CSnapValue | inline |
Snap() | CSnapValue | inlineprotected |