Stxxl  1.4.0
Typedefs | Functions
containers/btree/test_corr_insert_scan.cpp File Reference
#include <iostream>
#include <stxxl/bits/containers/btree/btree.h>
#include <stxxl/scan>
#include <stxxl/sort>
Include dependency graph for test_corr_insert_scan.cpp:

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 Documentation

typedef stxxl::btree::btree<int, double, comp_type, 4096, 4096, stxxl::SR> btree_type

Definition at line 32 of file test_corr_insert_scan.cpp.


Function Documentation

int main ( int  argc,
char *  argv[] 
)
std::ostream& operator<< ( std::ostream &  o,
const std::pair< int, double > &  obj 
)

Definition at line 35 of file test_corr_insert_scan.cpp.

bool operator== ( const std::pair< int, double > &  a,
const std::pair< int, double > &  b 
)

Definition at line 51 of file test_corr_insert_scan.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines