Go to the source code of this file.
|
template<class T , class Compare > |
size_t | makeRun_Block (AMI_STREAM< T > *instream, T *data, unsigned int run_size, Compare *cmp) |
|
template<class T , class Compare > |
void | makeRun (AMI_STREAM< T > *instream, T *&data, int run_size, Compare *cmp) |
|
template<class T , class Compare > |
queue< char * > * | runFormation (AMI_STREAM< T > *instream, Compare *cmp) |
|
template<class T , class Compare > |
AMI_STREAM< T > * | singleMerge (queue< char *> *streamList, Compare *cmp) |
|
template<class T , class Compare > |
AMI_STREAM< T > * | multiMerge (queue< char *> *runList, Compare *cmp) |
|
◆ BLOCKED_RUN
◆ SDEBUG
◆ makeRun()
template<class T , class Compare >
void makeRun |
( |
AMI_STREAM< T > * |
instream, |
|
|
T *& |
data, |
|
|
int |
run_size, |
|
|
Compare * |
cmp |
|
) |
| |
◆ makeRun_Block()
template<class T , class Compare >
size_t makeRun_Block |
( |
AMI_STREAM< T > * |
instream, |
|
|
T * |
data, |
|
|
unsigned int |
run_size, |
|
|
Compare * |
cmp |
|
) |
| |
◆ multiMerge()
template<class T , class Compare >
◆ runFormation()
template<class T , class Compare >
◆ singleMerge()
template<class T , class Compare >