Functions | Variables

SortWithTempFiles.h File Reference

#include "bserialize.h"
Include dependency graph for SortWithTempFiles.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Variables


Function Documentation

template<class T >
bool CopyRestOfBinaryFiles ( FILE *  in_fp,
FILE *  out_fp,
size_t  i,
size_t  Max_i,
T &  V 
)

References BinaryReadItem(), and BinaryWriteItem().

Here is the call graph for this function:

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  ) 

References CreateTempFileName(), and RmlMoveFile().

Here is the call graph for this function:


Variable Documentation

const size_t SortBufferSize = 100000000

Referenced by SortWithFiles().