#include <SystemAddressList.h>

Public Member Functions | |
| SystemAddressList () | |
| SystemAddressList (SystemAddress system) | |
| void | AddSystem (SystemAddress system) |
| void | RandomizeOrder (void) |
| void | Serialize (RakNet::BitStream *out) |
| bool | Deserialize (RakNet::BitStream *in) |
| bool | Save (const char *filename) |
| bool | Load (const char *filename) |
| void | RemoveSystem (SystemAddress system) |
| unsigned | Size (void) const |
| SystemAddress & | operator[] (const unsigned int position) const |
| void | Clear (void) |
| DataStructures::List < SystemAddress > * | GetList (void) |
Protected Attributes | |
| DataStructures::List < SystemAddress > | systemList |
Definition at line 15 of file SystemAddressList.h.
| SystemAddressList::SystemAddressList | ( | ) |
Definition at line 7 of file SystemAddressList.cpp.
| SystemAddressList::SystemAddressList | ( | SystemAddress | system | ) |
| void SystemAddressList::AddSystem | ( | SystemAddress | system | ) |
Definition at line 15 of file SystemAddressList.cpp.


| void SystemAddressList::Clear | ( | void | ) |
| bool SystemAddressList::Deserialize | ( | RakNet::BitStream * | in | ) |
Definition at line 42 of file SystemAddressList.cpp.


| DataStructures::List< SystemAddress > * SystemAddressList::GetList | ( | void | ) |
| bool SystemAddressList::Load | ( | const char * | filename | ) |
| SystemAddress & SystemAddressList::operator[] | ( | const unsigned int | position | ) | const |
Definition at line 124 of file SystemAddressList.cpp.
| void SystemAddressList::RandomizeOrder | ( | void | ) |
| void SystemAddressList::RemoveSystem | ( | SystemAddress | system | ) |
| bool SystemAddressList::Save | ( | const char * | filename | ) |
| void SystemAddressList::Serialize | ( | RakNet::BitStream * | out | ) |
Definition at line 35 of file SystemAddressList.cpp.


| unsigned SystemAddressList::Size | ( | void | ) | const |
Definition at line 120 of file SystemAddressList.cpp.


Definition at line 34 of file SystemAddressList.h.
1.7.1