#include <C4League.h>
Public Member Functions | |
| C4LeagueFBIDList ()=default | |
| ~C4LeagueFBIDList () | |
| void | Clear () |
| void | RemoveFBIDByAccount (const char *szAccount) |
| bool | FindFBIDByAccount (const char *szAccount, StdStrBuf *pFBIDOut) |
| void | AddFBID (const char *szFBID, const char *szAccount) |
Definition at line 185 of file C4League.h.
|
default |
|
inline |
Definition at line 197 of file C4League.h.
References Clear().
| void C4LeagueFBIDList::AddFBID | ( | const char * | szFBID, |
| const char * | szAccount | ||
| ) |
Definition at line 237 of file C4League.cpp.
References RemoveFBIDByAccount().
Referenced by C4LeagueClient::GetAuthReply().
| void C4LeagueFBIDList::Clear | ( | ) |
Definition at line 197 of file C4League.cpp.
Referenced by ~C4LeagueFBIDList().
| bool C4LeagueFBIDList::FindFBIDByAccount | ( | const char * | szAccount, |
| StdStrBuf * | pFBIDOut | ||
| ) |
Definition at line 207 of file C4League.cpp.
References StdStrBuf::Copy().
Referenced by DisconnectData::CompileFunc().
| void C4LeagueFBIDList::RemoveFBIDByAccount | ( | const char * | szAccount | ) |
Definition at line 220 of file C4League.cpp.
Referenced by AddFBID().