#include "bserialize.h"
Go to the source code of this file.
Functions
- template<class T > bool CopyRestOfBinaryFiles (FILE *in_fp, FILE *out_fp, size_t i, size_t Max_i, T &V)
- template<class T > string UnionBinaryFiles (string InputFileName1, string InputFileName2)
- template<class T > bool SortWithFiles (string InputFileName, string OutputFileName)
- template<class T > bool SortWithFiles (string InputFileName)
Variables
Function Documentation
template<class T >
bool CopyRestOfBinaryFiles |
( |
FILE * |
in_fp, |
|
|
FILE * |
out_fp, |
|
|
size_t |
i, |
|
|
size_t |
Max_i, |
|
|
T & |
V | |
|
) |
| | |
template<class T >
string UnionBinaryFiles |
( |
string |
InputFileName1, |
|
|
string |
InputFileName2 | |
|
) |
| | |
template<class T >
bool SortWithFiles |
( |
string |
InputFileName, |
|
|
string |
OutputFileName | |
|
) |
| | |
template<class T >
bool SortWithFiles |
( |
string |
InputFileName |
) |
|
Variable Documentation