#include <DownloadWithExtras.h>
Public Member Functions | |
| CDownloadReview () | |
| CDownloadReview (in_addr *pIP, int nUserPicture, int nRating, LPCTSTR pszUserName, LPCTSTR pszComment) | |
| ~CDownloadReview () | |
| void | Serialize (CArchive &ar, int nVersion) |
Public Attributes | |
| in_addr | m_pUserIP |
| int | m_nUserPicture |
| CString | m_sUserName |
| int | m_nFileRating |
| CString | m_sFileComments |
| CDownloadReview * | m_pNext |
| CDownloadReview * | m_pPrev |
Friends | |
| class | CDownloadWithExtras |
|
|
Definition at line 418 of file DownloadWithExtras.cpp. References m_nFileRating, m_nUserPicture, m_pNext, m_pPrev, and NULL. |
|
||||||||||||||||||||||||
|
Definition at line 427 of file DownloadWithExtras.cpp. References m_nFileRating, m_nUserPicture, m_pNext, m_pPrev, m_pUserIP, m_sFileComments, m_sUserName, and NULL. |
|
|
Definition at line 449 of file DownloadWithExtras.cpp. |
|
||||||||||||
|
Definition at line 459 of file DownloadWithExtras.cpp. References m_nFileRating, m_nUserPicture, m_pUserIP, m_sFileComments, and m_sUserName. Referenced by CDownloadWithExtras::Serialize(). |
|
|
Definition at line 56 of file DownloadWithExtras.h. |
|
|
Definition at line 47 of file DownloadWithExtras.h. Referenced by CDownloadReview(), CDownloadWithExtras::FindReview(), and Serialize(). |
|
|
Definition at line 45 of file DownloadWithExtras.h. Referenced by CDownloadReview(), and Serialize(). |
|
|
Definition at line 50 of file DownloadWithExtras.h. Referenced by CDownloadWithExtras::AddReview(), CDownloadReview(), CDownloadWithExtras::DeleteReview(), CDownloadWithExtras::DeleteReviews(), CDownloadWithExtras::FindReview(), and CDownloadWithExtras::GetReviewAverage(). |
|
|
Definition at line 51 of file DownloadWithExtras.h. Referenced by CDownloadWithExtras::AddReview(), CDownloadReview(), and CDownloadWithExtras::DeleteReview(). |
|
|
Definition at line 44 of file DownloadWithExtras.h. Referenced by CDownloadReview(), and Serialize(). |
|
|
Definition at line 48 of file DownloadWithExtras.h. Referenced by CDownloadReview(), CDownloadWithExtras::FindReview(), and Serialize(). |
|
|
Definition at line 46 of file DownloadWithExtras.h. Referenced by CDownloadReview(), CDownloadWithExtras::FindReview(), and Serialize(). |
1.4.2