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 dummyflag) | |
Private Attributes | |
| double | m_dVal |
Constructor & Destructor Documentation
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Member Function Documentation
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
Member Data Documentation
|
private |

