ProteoWizard
|
#include "MemoryIndex.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
Go to the source code of this file.
Functions | |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void test | ( | ) |
Definition at line 33 of file MemoryIndexTest.cpp.
References pwiz::data::MemoryIndex::create(), pwiz::data::MemoryIndex::find(), pwiz::data::Index::Entry::id, pwiz::data::Index::Entry::index, boost::lexical_cast(), pwiz::data::Index::Entry::offset, os_, pwiz::data::MemoryIndex::size(), and unit_assert.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 74 of file MemoryIndexTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 30 of file MemoryIndexTest.cpp.