Stxxl
1.4.0
|
Go to the source code of this file.
Typedefs | |
typedef stxxl::btree::btree < int, double, comp_type, 4096, 4096, stxxl::SR > | btree_type |
Functions | |
std::ostream & | operator<< (std::ostream &o, const std::pair< int, double > &obj) |
bool | operator== (const std::pair< int, double > &a, const std::pair< int, double > &b) |
int | main (int argc, char *argv[]) |
typedef stxxl::btree::btree<int, double, comp_type, 4096, 4096, stxxl::SR> btree_type |
Definition at line 31 of file test_corr_insert_find.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 55 of file test_corr_insert_find.cpp.
References stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::begin(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::end(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::end(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::find(), stxxl::generate(), stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::insert(), stxxl::ran32State, stxxl::btree::btree< KeyType, DataType, CompareType, RawNodeSize, RawLeafSize, PDAllocStrategy >::size(), and STXXL_MSG.
std::ostream& operator<< | ( | std::ostream & | o, |
const std::pair< int, double > & | obj | ||
) |
Definition at line 34 of file test_corr_insert_find.cpp.
bool operator== | ( | const std::pair< int, double > & | a, |
const std::pair< int, double > & | b | ||
) |
Definition at line 50 of file test_corr_insert_find.cpp.