Stxxl  1.4.0
Typedefs | Functions
containers/test_vector_sizes.cpp File Reference
#include <stxxl/io>
#include <stxxl/vector>
Include dependency graph for test_vector_sizes.cpp:

Go to the source code of this file.

Typedefs

typedef int my_type
typedef
stxxl::VECTOR_GENERATOR
< my_type >::result 
vector_type
typedef vector_type::block_type block_type

Functions

void test_write (const char *fn, const char *ft, stxxl::unsigned_type sz, my_type ofs)
template<typename Vector >
void test_rdwr (const char *fn, const char *ft, stxxl::unsigned_type sz, my_type ofs)
template<typename Vector >
void test_rdonly (const char *fn, const char *ft, stxxl::unsigned_type sz, my_type ofs)
void test (const char *fn, const char *ft, stxxl::unsigned_type sz, my_type ofs)
int main (int argc, char **argv)

Typedef Documentation

Definition at line 19 of file test_vector_sizes.cpp.

typedef int my_type

Definition at line 17 of file test_vector_sizes.cpp.

Definition at line 18 of file test_vector_sizes.cpp.


Function Documentation

int main ( int  argc,
char **  argv 
)
void test ( const char *  fn,
const char *  ft,
stxxl::unsigned_type  sz,
my_type  ofs 
)

Definition at line 62 of file test_vector_sizes.cpp.

References test_write().

template<typename Vector >
void test_rdonly ( const char *  fn,
const char *  ft,
stxxl::unsigned_type  sz,
my_type  ofs 
)
template<typename Vector >
void test_rdwr ( const char *  fn,
const char *  ft,
stxxl::unsigned_type  sz,
my_type  ofs 
)
void test_write ( const char *  fn,
const char *  ft,
stxxl::unsigned_type  sz,
my_type  ofs 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines