#include <ServerBrowserServerList.h>
Public Member Functions | |
| ServerBrowserEntry () | |
| virtual | ~ServerBrowserEntry () |
| void | addAttribute (const std::string &name, const std::string &value) |
| const char * | getAttribute (const std::string &attrName) |
Protected Attributes | |
| std::map < std::string, std::string > | attributes_ |
Definition at line 29 of file ServerBrowserServerList.h.
| ServerBrowserEntry::ServerBrowserEntry | ( | ) |
Definition at line 24 of file ServerBrowserServerList.cpp.
| ServerBrowserEntry::~ServerBrowserEntry | ( | ) | [virtual] |
Definition at line 28 of file ServerBrowserServerList.cpp.
| void ServerBrowserEntry::addAttribute | ( | const std::string & | name, | |
| const std::string & | value | |||
| ) |
Definition at line 32 of file ServerBrowserServerList.cpp.
References attributes_.
Referenced by ServerBrowserCollect::fetchFavoritesList(), ServerBrowserCollect::fetchLANList(), and ServerBrowserCollect::processMessage().
| const char * ServerBrowserEntry::getAttribute | ( | const std::string & | attrName | ) |
Definition at line 37 of file ServerBrowserServerList.cpp.
References attributes_.
Referenced by ServerBrowserServerList::getEntryValue().
std::map<std::string, std::string> ServerBrowserEntry::attributes_ [protected] |
Definition at line 39 of file ServerBrowserServerList.h.
Referenced by addAttribute(), and getAttribute().
1.5.3