Go to the source code of this file.
|
| template<typename typPk , typename typdump > |
| void | Dump (const typPk &Pk, typdump &dump) |
| |
| template<typename Base , typename typdump , typename typrecall > |
| void | forget (Base &b, typdump &dump, int k, typrecall &recall) |
| |
| template<typename typPk , typename typMk , typename typdump > |
| void | recover (typPk &Pk, typMk &Mk, const typdump &dump, int k) |
| |
| template<typename Base , typename typdump , typename typrecall > |
| void | forget0 (Base &b, typdump &dump, int k, typrecall &recall) |
| |
template<typename typPk , typename typdump >
| void Dump |
( |
const typPk & |
Pk, |
|
|
typdump & |
dump |
|
) |
| |
template<typename Base , typename typdump , typename typrecall >
| void forget |
( |
Base & |
b, |
|
|
typdump & |
dump, |
|
|
int |
k, |
|
|
typrecall & |
recall |
|
) |
| |
template<typename Base , typename typdump , typename typrecall >
| void forget0 |
( |
Base & |
b, |
|
|
typdump & |
dump, |
|
|
int |
k, |
|
|
typrecall & |
recall |
|
) |
| |
template<typename typPk , typename typMk , typename typdump >
| void recover |
( |
typPk & |
Pk, |
|
|
typMk & |
Mk, |
|
|
const typdump & |
dump, |
|
|
int |
k |
|
) |
| |