EvEmu
0.8.4
11 September 2021
|
#include "CorpData.h"
Public Attributes | |
bool | valid |
uint32 | appID |
uint32 | corpID |
uint32 | charID |
uint32 | status |
uint32 | deleted |
uint32 | lastCID |
int64 | appTime |
int64 | role |
int64 | grantRole |
std::string | appText |
Definition at line 57 of file CorpData.h.
uint32 Corp::ApplicationInfo::appID |
Definition at line 59 of file CorpData.h.
Referenced by CorporationDB::DeleteApplication(), CorpRegistryBound::FillOCApplicationChange(), CorporationDB::GetCurrentApplicationInfo(), CorporationDB::InsertApplication(), and CorporationDB::UpdateApplication().
std::string Corp::ApplicationInfo::appText |
Definition at line 68 of file CorpData.h.
Referenced by CorpRegistryBound::FillOCApplicationChange(), CorporationDB::GetCurrentApplicationInfo(), CorporationDB::InsertApplication(), and CorporationDB::UpdateApplication().
int64 Corp::ApplicationInfo::appTime |
Definition at line 65 of file CorpData.h.
Referenced by CorporationDB::GetCurrentApplicationInfo(), and CorporationDB::InsertApplication().
uint32 Corp::ApplicationInfo::charID |
Definition at line 61 of file CorpData.h.
Referenced by CorpRegistryBound::FillOCApplicationChange(), CorporationDB::GetCurrentApplicationInfo(), and CorporationDB::InsertApplication().
uint32 Corp::ApplicationInfo::corpID |
Definition at line 60 of file CorpData.h.
Referenced by CorpRegistryBound::FillOCApplicationChange(), CorporationDB::GetCurrentApplicationInfo(), and CorporationDB::InsertApplication().
uint32 Corp::ApplicationInfo::deleted |
Definition at line 63 of file CorpData.h.
Referenced by CorporationDB::GetCurrentApplicationInfo().
int64 Corp::ApplicationInfo::grantRole |
Definition at line 67 of file CorpData.h.
Referenced by CorporationDB::GetCurrentApplicationInfo().
uint32 Corp::ApplicationInfo::lastCID |
Definition at line 64 of file CorpData.h.
Referenced by CorpRegistryBound::FillOCApplicationChange(), CorporationDB::GetCurrentApplicationInfo(), and CorporationDB::UpdateApplication().
int64 Corp::ApplicationInfo::role |
Definition at line 66 of file CorpData.h.
Referenced by CorporationDB::GetCurrentApplicationInfo().
uint32 Corp::ApplicationInfo::status |
Definition at line 62 of file CorpData.h.
Referenced by CorpRegistryBound::FillOCApplicationChange(), CorporationDB::GetCurrentApplicationInfo(), and CorporationDB::UpdateApplication().
bool Corp::ApplicationInfo::valid |
Definition at line 58 of file CorpData.h.
Referenced by CorpRegistryBound::FillOCApplicationChange(), CorporationDB::GetCurrentApplicationInfo(), CorporationDB::InsertApplication(), and CorporationDB::UpdateApplication().