![]() |
DDraceNetwork Documentation
|
Public Member Functions | |
| Score () | |
| ~Score () | |
| void | Connect () |
| void | LoadBestTime () |
| void | InsertMap (const char *pName, const char *pMapper, const char *pServer, int Points, int Stars) |
| void | InsertRank (float Time=100.0, bool WithTimeCheckPoints=false) |
| void | ExpectLines (const std::shared_ptr< CScorePlayerResult > &pPlayerResult, std::initializer_list< const char * > Lines, bool All=false) |
Public Attributes | |
| IDbConnection * | m_pConn {GetParam()} |
| char | m_aError [256] = {} |
| std::shared_ptr< CScorePlayerResult > | m_pPlayerResult {std::make_shared<CScorePlayerResult>()} |
| CSqlPlayerRequest | m_PlayerRequest {m_pPlayerResult} |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| char Score::m_aError[256] = {} |
| IDbConnection* Score::m_pConn {GetParam()} |
| CSqlPlayerRequest Score::m_PlayerRequest {m_pPlayerResult} |
| std::shared_ptr<CScorePlayerResult> Score::m_pPlayerResult {std::make_shared<CScorePlayerResult>()} |