Loading [MathJax]/extensions/tex2jax.js
chunkedseq
container library for large in-memory data sets
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Typedefs | Functions
test_chunkedbag.cpp File Reference
#include "cmdline.hpp"
#include "chunkedbag.hpp"
#include "test_seq.hpp"

Go to the source code of this file.

Macros

#define DEBUG_MIDDLE_SEQUENCE   1
 

Typedefs

template<int Chunk_capacity>
using IntBagOf = chunkedseq::bagopt< IntItem, Chunk_capacity >
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define DEBUG_MIDDLE_SEQUENCE   1

Definition at line 13 of file test_chunkedbag.cpp.

Typedef Documentation

template<int Chunk_capacity>
using IntBagOf = chunkedseq::bagopt<IntItem, Chunk_capacity>

Definition at line 54 of file test_chunkedbag.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 59 of file test_chunkedbag.cpp.