EvEmu
0.8.4
11 September 2021
|
#include "POD_containers.h"
Public Attributes | |
int16 | corpAccountKey |
int32 | allianceID |
int32 | warFactionID |
uint32 | corporationID |
uint32 | corpHQ |
uint32 | baseID |
int64 | startDateTime |
int64 | corpRole |
int64 | rolesAtAll |
int64 | rolesAtBase |
int64 | rolesAtHQ |
int64 | rolesAtOther |
int64 | grantableRoles |
int64 | grantableRolesAtBase |
int64 | grantableRolesAtHQ |
int64 | grantableRolesAtOther |
float | taxRate |
float | secRating |
std::string | name |
std::string | ticker |
Definition at line 72 of file POD_containers.h.
int32 CorpData::allianceID |
Definition at line 74 of file POD_containers.h.
Referenced by Character::allianceID(), InventoryDB::GetCorpData(), CorporationDB::GetCorpData(), and Client::UpdateCorpSession().
uint32 CorpData::baseID |
Definition at line 78 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), CharacterDB::NewCharacter(), CharacterDB::SaveCorpData(), Character::SetBaseID(), and Client::UpdateCorpSession().
int16 CorpData::corpAccountKey |
Definition at line 73 of file POD_containers.h.
Referenced by Character::corpAccountKey(), InventoryDB::GetCorpData(), CharacterDB::NewCharacter(), CharacterDB::SaveCorpData(), Character::SetAccountKey(), and Client::UpdateCorpSession().
uint32 CorpData::corpHQ |
Definition at line 77 of file POD_containers.h.
Referenced by Character::corporationHQ(), InventoryDB::GetCorpData(), CorporationDB::GetCorpData(), Character::SetCorpHQ(), and Client::UpdateCorpSession().
uint32 CorpData::corporationID |
Definition at line 76 of file POD_containers.h.
Referenced by Character::corporationID(), InventoryDB::GetCorpData(), CorporationDB::GetCorpData(), Character::JoinCorporation(), CharacterDB::NewCharacter(), CharacterDB::SaveCorpData(), and Client::UpdateCorpSession().
int64 CorpData::corpRole |
Definition at line 80 of file POD_containers.h.
Referenced by Character::corpRole(), InventoryDB::GetCorpData(), CharacterDB::SaveCorpData(), and Client::UpdateCorpSession().
int64 CorpData::grantableRoles |
Definition at line 85 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), and CharacterDB::SaveCorpData().
int64 CorpData::grantableRolesAtBase |
Definition at line 86 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), and CharacterDB::SaveCorpData().
int64 CorpData::grantableRolesAtHQ |
Definition at line 87 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), and CharacterDB::SaveCorpData().
int64 CorpData::grantableRolesAtOther |
Definition at line 88 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), and CharacterDB::SaveCorpData().
std::string CorpData::name |
Definition at line 91 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), and CorporationDB::GetCorpData().
int64 CorpData::rolesAtAll |
Definition at line 81 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), Character::rolesAtAll(), CharacterDB::SaveCorpData(), and Client::UpdateCorpSession().
int64 CorpData::rolesAtBase |
Definition at line 82 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), Character::rolesAtBase(), CharacterDB::SaveCorpData(), and Client::UpdateCorpSession().
int64 CorpData::rolesAtHQ |
Definition at line 83 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), Character::rolesAtHQ(), CharacterDB::SaveCorpData(), and Client::UpdateCorpSession().
int64 CorpData::rolesAtOther |
Definition at line 84 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), Character::rolesAtOther(), CharacterDB::SaveCorpData(), and Client::UpdateCorpSession().
float CorpData::secRating |
Definition at line 90 of file POD_containers.h.
Referenced by Character::corpSecRating().
int64 CorpData::startDateTime |
Definition at line 79 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), and Character::startDateTime().
float CorpData::taxRate |
Definition at line 89 of file POD_containers.h.
Referenced by Character::corpTaxRate(), InventoryDB::GetCorpData(), and CorporationDB::GetCorpData().
std::string CorpData::ticker |
Definition at line 92 of file POD_containers.h.
Referenced by Character::corpTicker(), InventoryDB::GetCorpData(), and CorporationDB::GetCorpData().
int32 CorpData::warFactionID |
Definition at line 75 of file POD_containers.h.
Referenced by InventoryDB::GetCorpData(), CorporationDB::GetCorpData(), Client::UpdateCorpSession(), and Character::warFactionID().