sP2P c++ STL *nix API  1.2
NAT traversal and peer-to-peer networking API providing all utilities needed to build peer-to-peer application straigth out of box
 All Classes Functions Variables Typedefs Enumerations Enumerator
sp2plib::VNManager Member List

This is the complete list of members for sp2plib::VNManager, including all inherited members.

_IndexIdentifikator (defined in sp2plib::VNManager)sp2plib::VNManagerprotected
_IndexServerEP (defined in sp2plib::VNManager)sp2plib::VNManagerprotected
_localPeer (defined in sp2plib::VNManager)sp2plib::VNManagerprotected
AuthenticateUser(::std::string Username,::std::string Password)sp2plib::VNManager
ChangeUserPassword(Guid userUID,::std::string old_password,::std::string new_password)sp2plib::VNManager
DeleteNetwork(Guid networkToDeleteUID)sp2plib::VNManager
DeleteObject(Guid objectToDeleteUID)sp2plib::VNManager
DeleteUser(Guid userToDeleteUID)sp2plib::VNManager
IndexHandleFromGuid(Guid UID)sp2plib::VNManagerstatic
JoinUserToNetwork(Guid userUID, Guid networkUID)sp2plib::VNManager
LogOffUser(::std::string Username)sp2plib::VNManager
QueryNetworks(::std::list< VNetwork > *result_list,::std::string QueryCommandText, int skip=0, int limit=0,::std::string ascOrderBy="",::std::string descOrderBy="")sp2plib::VNManager
QueryNetworksCount(::std::string QueryCommandText)sp2plib::VNManager
QueryObjects(::std::list< VObject > *result_list,::std::string QueryCommandText, int skip=0, int limit=0,::std::string ascOrderBy="",::std::string descOrderBy="")sp2plib::VNManager
QueryObjectsCount(::std::string QueryCommandText)sp2plib::VNManager
QueryUsers(::std::list< VUser > *result_list,::std::string QueryCommandText, int skip=0, int limit=0,::std::string ascOrderBy="",::std::string descOrderBy="")sp2plib::VNManager
QueryUsersCount(::std::string QueryCommandText)sp2plib::VNManager
SaveNetwork(VNetwork &network)sp2plib::VNManager
SaveObject(VObject &obj)sp2plib::VNManager
SaveUser(VUser &user,::std::string user_password="")sp2plib::VNManager
UnJoinUserFromNetwork(Guid userUID, Guid networkUID)sp2plib::VNManager
VNManager(Peer *localPeer, IPEndPoint IndexServerEP, int IndexIdentifikator)sp2plib::VNManagerprotected
~VNManager()sp2plib::VNManager