libmoost
/home/mhx/git/github/libmoost/test/container/bit_filter.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <boost/test/test_tools.hpp>
#include <boost/foreach.hpp>
#include "../../include/moost/container/bit_filter.hpp"
#include <vector>
#include <set>
Include dependency graph for bit_filter.cpp:

Go to the source code of this file.

Classes

struct  Fixture

Defines

#define foreach   BOOST_FOREACH

Functions

 BOOST_FIXTURE_TEST_CASE (test_bit_filter_scalar_find, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_bit_filter_vector_find_only, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_bit_filter_vector_find_what, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_bit_filter_vector_find_any, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_bit_filter_count_and_size, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_bit_filter_count_serialize, Fixture)

Define Documentation

#define foreach   BOOST_FOREACH

Copyright © 2008-2013 Last.fm Limited

This file is part of libmoost.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Definition at line 32 of file bit_filter.cpp.


Function Documentation

BOOST_FIXTURE_TEST_CASE ( test_bit_filter_scalar_find  ,
Fixture   
)

Definition at line 131 of file bit_filter.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_bit_filter_vector_find_only  ,
Fixture   
)

Definition at line 149 of file bit_filter.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_bit_filter_vector_find_what  ,
Fixture   
)

Definition at line 159 of file bit_filter.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_bit_filter_vector_find_any  ,
Fixture   
)

Definition at line 174 of file bit_filter.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_bit_filter_count_and_size  ,
Fixture   
)

Definition at line 193 of file bit_filter.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_bit_filter_count_serialize  ,
Fixture   
)

Definition at line 204 of file bit_filter.cpp.