Stxxl  1.4.0
Defines | Typedefs | Functions
containers/btree/test_btree.cpp File Reference
#include <iostream>
#include <stxxl/bits/containers/btree/btree.h>
#include <stxxl/stats>
#include <stxxl/timer>
Include dependency graph for test_btree.cpp:

Go to the source code of this file.

Defines

#define node_cache_size   (25 * 1024 * 1024)
#define leaf_cache_size   (25 * 1024 * 1024)

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)
int main (int argc, char *argv[])

Define Documentation

#define leaf_cache_size   (25 * 1024 * 1024)

Definition at line 39 of file test_btree.cpp.

Referenced by main().

#define node_cache_size   (25 * 1024 * 1024)

Definition at line 38 of file test_btree.cpp.

Referenced by main().


Typedef Documentation

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

Definition at line 30 of file test_btree.cpp.


Function Documentation

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

Definition at line 32 of file test_btree.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines