Panda3D
DownloadDb Member List

This is the complete list of members for DownloadDb, including all inherited members.

__init__()DownloadDb
__init__(const DownloadDb)DownloadDb
__init__(Filename server_file, Filename client_file)DownloadDb
__init__(Ramfile server_file, Filename client_file)DownloadDb
addClientMultifile(str server_mfname)DownloadDb
addVersion(const Filename name, const HashVal hash, int version)DownloadDb
clientMultifileComplete(str mfname)DownloadDb
clientMultifileDecompressed(str mfname)DownloadDb
clientMultifileExists(str mfname)DownloadDb
clientMultifileExtracted(str mfname)DownloadDb
createNewServerDb()DownloadDb
deleteClientMultifile(str mfname)DownloadDb
expandClientMultifile(str mfname)DownloadDb
getClientMultifileHash(str mfname)DownloadDb
getClientMultifileName(int index)DownloadDb
getClientMultifilePhase(str mfname)DownloadDb
getClientMultifileSize(str mfname)DownloadDb
getClientNumMultifiles()DownloadDb
getHash(const Filename name, int version)DownloadDb
getNumVersions(const Filename name)DownloadDb
getServerFileName(str mfname, int index)DownloadDb
getServerMultifileHash(str mfname)DownloadDb
getServerMultifileName(int index)DownloadDb
getServerMultifilePhase(str mfname)DownloadDb
getServerMultifileSize(str mfname)DownloadDb
getServerNumFiles(str mfname)DownloadDb
getServerNumMultifiles()DownloadDb
getVersion(const Filename name, const HashVal hash)DownloadDb
hasVersion(const Filename name)DownloadDb
insertNewVersion(const Filename name, const HashVal hash)DownloadDb
output(Ostream out)DownloadDb
readDb(Filename file, bool want_server_info)DownloadDb
readDb(Ramfile file, bool want_server_info)DownloadDb
serverAddFile(str mfname, str fname)DownloadDb
serverAddMultifile(str mfname, Phase phase, int size, int status)DownloadDb
setClientMultifileComplete(str mfname)DownloadDb
setClientMultifileDecompressed(str mfname)DownloadDb
setClientMultifileDeltaSize(str mfname, int size)DownloadDb
setClientMultifileExtracted(str mfname)DownloadDb
setClientMultifileHash(str mfname, HashVal val)DownloadDb
setClientMultifileIncomplete(str mfname)DownloadDb
setClientMultifileSize(str mfname, int size)DownloadDb
setNumVersions(const Filename name, int num_versions)DownloadDb
setServerMultifileHash(str mfname, HashVal val)DownloadDb
setServerMultifileSize(str mfname, int size)DownloadDb
Status enum nameDownloadDb
Status_complete enum valueDownloadDb
Status_decompressed enum valueDownloadDb
Status_extracted enum valueDownloadDb
Status_incomplete enum valueDownloadDb
write(Ostream out)DownloadDb
writeClientDb(Filename file)DownloadDb
writeDb(Filename file, DownloadDb::Db db, bool want_server_info)DownloadDb
writeServerDb(Filename file)DownloadDb
writeVersionMap(Ostream out)DownloadDb