|
Stxxl
1.4.0
|
#include <iostream>#include <stxxl.h>#include <cppunit/extensions/TestFactoryRegistry.h>#include <cppunit/extensions/HelperMacros.h>#include <cppunit/ui/text/TestRunner.h>
Go to the source code of this file.
Defines | |
| #define | BLOCK_SIZE (1024 * 512) |
Typedefs | |
| typedef stxxl::typed_block < (1024 *512), MyType | block_type ) |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (BMLayerTest) | |
| int | main () |
| #define BLOCK_SIZE (1024 * 512) |
Definition at line 22 of file unittest.cpp.
| typedef stxxl::typed_block< (1024 * 512) , MyType block_type) |
Definition at line 38 of file unittest.cpp.
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | BMLayerTest | ) |
| int main | ( | ) |
Definition at line 176 of file unittest.cpp.
1.7.6.1