|
Classes |
| class | SecurePlayLibrary::MD5 |
| class | SecurePlayLibrary::ReportToFile |
| class | SecurePlayLibrary::SecurePlayClass |
| class | SecurePlayLibrary::SPAbstractCommsClass |
| class | SecurePlayLibrary::SPAbstractCommsInterface |
| class | SecurePlayLibrary::SPAbstractTransactionAPIClass |
| class | SecurePlayLibrary::SPAbstractTransactionAPIInterface |
| class | SecurePlayLibrary::SPAbstractTransactionClass |
| class | SecurePlayLibrary::SPAbstractTransactionInterface |
| class | SecurePlayLibrary::SPCLocalCommsClass |
| class | SecurePlayLibrary::SPCLocalCommsClass::Dispatchmess |
| class | SecurePlayLibrary::SPCLocalCommsFileClass |
| class | SecurePlayLibrary::polldir |
| class | SecurePlayLibrary::SPCommsManagerClass |
| class | SecurePlayLibrary::SPCommsManagerCommsInterface |
| class | SecurePlayLibrary::SPEventInterface |
| class | SecurePlayLibrary::SPGameAPIClass |
| class | SecurePlayLibrary::SPGameAPIInterface |
| class | SecurePlayLibrary::SPGameClass |
| class | SecurePlayLibrary::SPGameInterface |
| class | SecurePlayLibrary::SPLCircularLogClass |
| class | SecurePlayLibrary::SPLLinkedListLogClass |
| class | SecurePlayLibrary::SPLLogOneClass |
| class | SecurePlayLibrary::SPLogInterface |
| class | SecurePlayLibrary::SPMessageClass |
| class | SecurePlayLibrary::SPPlayerClass |
| class | SecurePlayLibrary::SPPlayerInterface |
| class | SecurePlayLibrary::SPRelayInterface |
| class | SecurePlayLibrary::SPRootTransactionClass |
| class | SecurePlayLibrary::SPSecurityManagerInterface |
| class | SecurePlayLibrary::SPSSecurityManagerClass |
| class | SecurePlayLibrary::SPTBlastAPIClass |
| class | SecurePlayLibrary::SPTBlastClass |
| class | SecurePlayLibrary::SPTMultiPartSecretAPIClass |
| class | SecurePlayLibrary::SPTMultiPartSecretClass |
| class | SecurePlayLibrary::SPTMultiPartSimultaneousAPIClass |
| class | SecurePlayLibrary::SPTMultiPartSimultaneousClass |
| class | SecurePlayLibrary::SPTMultistepTurnAPIClass |
| class | SecurePlayLibrary::SPTMultistepTurnClass |
| class | SecurePlayLibrary::SPTRandomAPIClass |
| class | SecurePlayLibrary::SPTRandomClass |
| class | SecurePlayLibrary::SPTSecretAPIClass |
| class | SecurePlayLibrary::SPTSecretClass |
| class | SecurePlayLibrary::SPTShipAPIClass |
| class | SecurePlayLibrary::SPTShipClass |
| class | SecurePlayLibrary::SPTSimultaneousAPIClass |
| class | SecurePlayLibrary::SPTSimultaneousClass |
| class | SecurePlayLibrary::SPTStrobeAPIClass |
| class | SecurePlayLibrary::SPTStrobeClass |
| class | SecurePlayLibrary::SPUtil |
Typedefs |
| typedef unsigned char | byte |
Enumerations |
| enum | SPUEctf { TRUE,
FALSE,
CONSISTENT
} |
| enum | SPUEPrivatePolicy { A,
P,
Q
} |
Functions |
| vector< byte > | SPUBserialize (vector< SPMessageClass * > messages) |
| vector< byte > | SPUBserializesingle (SPMessageClass *message) |
| vector< byte > | SPUBencodeStringArr (vector< string > strArr, int MAXElemLength, int MAXnumElem, int MAXarrLen) |
| SPMessageClass * | SPUBsingledeserialize (vector< byte > mess) |
| vector< string > | SPUBdecodeStringArr (vector< byte > btArr, int MAXEntryLength, int MAXnumElem, int MAXarrLen) |
| vector< SPMessageClass * > | SPUBaddMessArrEl (vector< SPMessageClass * > messes, SPMessageClass *mess) |
| vector< byte > | SPUBserialize (SPMessageClass *message) |
| vector< SPMessageClass * > | SPUBdeserialize (vector< byte > mess) |
Variables |
| const int | ONEMESSAGE = 1 |
| const int | MULTIMESSAGE = 2 |
| const int | BMAXMESSAGESLENGTH = 4 |
| const int | BMAXNUMMESSAGELENGTH = 1 |
| const int | BMAXSINGLEMESSLENGTH = 1 |
| const int | BMAXRECEIVERCOUNT = 1 |
| const int | BMAXRECEIVERSLENGTH = 1 |
| const int | BMAXNAMELENGTH = 1 |
| const int | BMAXMESSAGEBODYPARTS = 16 |
| const int | BMAXMESSAGEBODYPARTLENGTH = 1 |
| const int | BMAXMESSAGEBODYLENGTH = 16 |
| const int | BMAXSIGNLENGTH = 30 |