NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
packedstream_test.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <algorithm>
#include <nvbio/basic/types.h>
#include <nvbio/basic/cached_iterator.h>
#include <nvbio/basic/packedstream.h>
#include <sais.h>

Go to the source code of this file.

Functions

template<typename CompStream >
bool check_stream (const uint8 *uncomp_stream, const CompStream &comp_stream)
 
template<typename CompStream >
bool check_forward_stream (const uint8 *uncomp_stream, CompStream comp_stream)
 
int packedstream_test ()
 

Function Documentation

template<typename CompStream >
bool check_forward_stream ( const uint8 uncomp_stream,
CompStream  comp_stream 
)

Definition at line 59 of file packedstream_test.cpp.

template<typename CompStream >
bool check_stream ( const uint8 uncomp_stream,
const CompStream &  comp_stream 
)

Definition at line 45 of file packedstream_test.cpp.

int packedstream_test ( )

Definition at line 73 of file packedstream_test.cpp.