Go to the source code of this file.
Namespaces | |
| namespace | detail |
Functions | |
| template<class ListType, class AvailableType> | |
| ListType::FragmentType | selectBlock (const ListType &src, typename ListType::FSizeType blockSize, const AvailableType *available) |
| void | SerializeOut (CArchive &ar, const SimpleFragment &out) |
| SimpleFragment | SerializeIn (CArchive &ar, int version) |
| void | SerializeOut1 (CArchive &ar, const SimpleFragmentList &out) |
| void | SerializeIn1 (CArchive &ar, SimpleFragmentList &in, int version) |
| void | SerializeOut2 (CArchive &ar, const SimpleFragmentList &out) |
| void | SerializeIn2 (CArchive &ar, SimpleFragmentList &in, int version) |
|
||||||||||||||||||||
|
Definition at line 33 of file Compatibility.hpp. Referenced by CDownloadTransferED2K::SelectFragment(), and CDownloadTransferBT::SelectFragment(). |
|
||||||||||||
|
Definition at line 98 of file Compatibility.hpp. Referenced by detail::SerializeIn1(), and detail::SerializeIn2(). |
|
||||||||||||||||
|
Definition at line 138 of file Compatibility.hpp. References detail::SerializeIn(). Referenced by CFragmentedFile::Serialize(). |
|
||||||||||||||||
|
Definition at line 204 of file Compatibility.hpp. References detail::SerializeIn(). Referenced by CDownloadSource::Serialize(). |
|
||||||||||||
|
Definition at line 92 of file Compatibility.hpp. Referenced by detail::SerializeOut1(), and detail::SerializeOut2(). |
|
||||||||||||
|
Definition at line 124 of file Compatibility.hpp. References detail::SerializeOut(). Referenced by CFragmentedFile::Serialize(). |
|
||||||||||||
|
Definition at line 193 of file Compatibility.hpp. References detail::SerializeOut(). Referenced by CDownloadSource::Serialize(). |
1.4.2