Stxxl  1.4.0
Defines | Typedefs | Functions
mng/unittest.cpp File Reference
#include <iostream>
#include <stxxl.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/ui/text/TestRunner.h>
Include dependency graph for unittest.cpp:

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 Documentation

#define BLOCK_SIZE   (1024 * 512)

Definition at line 22 of file unittest.cpp.


Typedef Documentation

typedef stxxl::typed_block< (1024 * 512) , MyType block_type)

Definition at line 38 of file unittest.cpp.


Function Documentation

int main ( )

Definition at line 176 of file unittest.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines