|
std::tr1::shared_ptr< std::string > | _CharacterList (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _CharacterSummary (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _Character (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _SystemList (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _SystemSummary (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _SystemBubbleList (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _BubbleEntityList (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _ShipInfo (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _ShipFittingList (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _FittedModuleInfo (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _FittedModuleChargeInfo (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _ShipTargetList (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _EntitiesTargetingShipList (const APICommandCall *pAPICommandCall) |
|
std::tr1::shared_ptr< std::string > | _ShipTacticalInfo (const APICommandCall *pAPICommandCall) |
|
bool | _AuthenticateUserNamePassword (std::string userName, std::string password) |
|
bool | _AuthenticateFullAPIQuery (std::string userID, std::string apiKey) |
|
bool | _AuthenticateLimitedAPIQuery (std::string userID, std::string apiKey) |
|
void | _BuildXMLHeader () |
|
void | _CloseXMLHeader (uint32 cacheStyle) |
|
void | _BuildXMLRowSet (std::string name, std::string key, const std::vector< std::string > *columns) |
|
void | _CloseXMLRowSet () |
|
void | _BuildXMLRow (const std::vector< std::string > *columns) |
|
void | _BuildXMLTag (std::string name) |
|
void | _BuildXMLTag (std::string name, const std::vector< std::pair< std::string, std::string > > *params) |
|
void | _BuildXMLTag (std::string name, const std::vector< std::pair< std::string, std::string > > *params, std::string value) |
|
void | _CloseXMLTag () |
|
void | _BuildSingleXMLTag (std::string name, std::string param) |
|
void | _BuildErrorXMLTag (std::string code, std::string param) |
|
std::tr1::shared_ptr< std::string > | _GetXMLDocumentString () |
|
???
??? ??? ???
- Author
- Aknor Jaden
- Date
- January 2014
Definition at line 43 of file APIActiveObjectManager.h.