Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
CSnapValue Class Reference
#include <SnapValue.h>
Public Member Functions | |
CSnapValue () | |
CSnapValue (const CSnapValue &src) | |
CSnapValue (double val) | |
CSnapValue (float val) | |
CSnapValue (int val) | |
operator double () const | |
CSnapValue & | operator= (const CSnapValue &rhs) |
CSnapValue & | operator*= (const CSnapValue &rhs) |
const CSnapValue | operator* (const CSnapValue &rhs) const |
CSnapValue & | operator/= (const CSnapValue &rhs) |
const CSnapValue | operator/ (const CSnapValue &rhs) const |
CSnapValue & | operator+= (const CSnapValue &rhs) |
const CSnapValue | operator+ (const CSnapValue &rhs) const |
const CSnapValue | operator+ () const |
CSnapValue & | operator-= (const CSnapValue &rhs) |
const CSnapValue | operator- (const CSnapValue &rhs) const |
const CSnapValue | operator- () const |
CSnapValue & | operator++ () |
CSnapValue & | operator-- () |
const CSnapValue | operator++ (int) |
const CSnapValue | operator-- (int) |
const double & | GetValue () const |
bool | operator< (const CSnapValue &rhs) const |
bool | operator== (const CSnapValue &rhs) const |
bool | operator!= (const CSnapValue &rhs) const |
bool | operator> (const CSnapValue &rhs) const |
bool | operator<= (const CSnapValue &rhs) const |
bool | operator>= (const CSnapValue &rhs) const |
bool | operator< (const double &rhs) const |
bool | operator== (const double &rhs) const |
bool | operator!= (const double &rhs) const |
bool | operator> (const double &rhs) const |
bool | operator<= (const double &rhs) const |
bool | operator>= (const double &rhs) const |
bool | operator< (const int &rhs) const |
bool | operator== (const int &rhs) const |
bool | operator!= (const int &rhs) const |
bool | operator> (const int &rhs) const |
bool | operator<= (const int &rhs) const |
bool | operator>= (const int &rhs) const |
Protected Member Functions | |
void | Snap () |
Private Member Functions | |
CSnapValue (const CSnapValue &src, bool) | |
Private Attributes | |
double | m_dVal |
Constructor & Destructor Documentation
◆ CSnapValue() [1/6]
|
inlineprivate |
◆ CSnapValue() [2/6]
|
inline |
◆ CSnapValue() [3/6]
|
inline |
◆ CSnapValue() [4/6]
|
inline |
◆ CSnapValue() [5/6]
|
inline |
◆ CSnapValue() [6/6]
|
inline |
Member Function Documentation
◆ GetValue()
|
inline |
◆ operator double()
|
inline |
◆ operator!=() [1/3]
|
inline |
◆ operator!=() [2/3]
|
inline |
◆ operator!=() [3/3]
|
inline |
◆ operator*()
|
inline |
◆ operator*=()
|
inline |
◆ operator+() [1/2]
|
inline |
◆ operator+() [2/2]
|
inline |
◆ operator++() [1/2]
|
inline |
◆ operator++() [2/2]
|
inline |
◆ operator+=()
|
inline |
◆ operator-() [1/2]
|
inline |
◆ operator-() [2/2]
|
inline |
◆ operator--() [1/2]
|
inline |
◆ operator--() [2/2]
|
inline |
◆ operator-=()
|
inline |
◆ operator/()
|
inline |
◆ operator/=()
|
inline |
◆ operator<() [1/3]
|
inline |
◆ operator<() [2/3]
|
inline |
◆ operator<() [3/3]
|
inline |
◆ operator<=() [1/3]
|
inline |
◆ operator<=() [2/3]
|
inline |
◆ operator<=() [3/3]
|
inline |
◆ operator=()
|
inline |
◆ operator==() [1/3]
|
inline |
◆ operator==() [2/3]
|
inline |
◆ operator==() [3/3]
|
inline |
◆ operator>() [1/3]
|
inline |
◆ operator>() [2/3]
|
inline |
◆ operator>() [3/3]
|
inline |
◆ operator>=() [1/3]
|
inline |
◆ operator>=() [2/3]
|
inline |
◆ operator>=() [3/3]
|
inline |
◆ Snap()
|
inlineprotected |
Member Data Documentation
◆ m_dVal
|
private |