DGtal
1.5.beta
|
#include <vector>
#include <list>
#include <deque>
#include <set>
#include <map>
#include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp>
#include <forward_list>
#include <array>
#include <unordered_set>
#include <unordered_map>
#include "DGtal/base/Common.h"
#include "DGtal/base/ContainerTraits.h"
#include "DGtalCatch.h"
Go to the source code of this file.
Functions | |
TEST_CASE ("int container traits", "[int][traits]") | |
TEST_CASE ("std::vector<> container traits", "[vector][traits]") | |
TEST_CASE ("std::list<> container traits", "[list][traits]") | |
TEST_CASE ("std::deque<> container traits", "[deque][traits]") | |
TEST_CASE ("std::forward_list<> container traits", "[forward_list][traits]") | |
TEST_CASE ("std::array<> container traits", "[array][traits]") | |
TEST_CASE ("std::set<> container traits", "[set][traits]") | |
TEST_CASE ("std::multiset<> container traits", "[multiset][traits]") | |
TEST_CASE ("std::map<> container traits", "[map][traits]") | |
TEST_CASE ("std::multimap<> container traits", "[multimap][traits]") | |
TEST_CASE ("boost::unordered_set<> container traits", "[unordered_set][traits]") | |
TEST_CASE ("boost::unordered_map<> container traits", "[unordered_map][traits]") | |
TEST_CASE ("boost::unordered_multiset<> container traits", "[unordered_multiset][traits]") | |
TEST_CASE ("boost::unordered_multimap<> container traits", "[unordered_multimap][traits]") | |
TEST_CASE ("std::unordered_set<> container traits", "[unordered_set][traits]") | |
TEST_CASE ("std::unordered_multiset<> container traits", "[unordered_multiset][traits]") | |
TEST_CASE ("std::unordered_map<> container traits", "[unordered_map][traits]") | |
TEST_CASE ("std::unordered_multimap<> container traits", "[unordered_multimap][traits]") | |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
This file is part of the DGtal library
Definition in file testContainerTraits.cpp.
TEST_CASE | ( | "boost::unordered_map<> container traits" | , |
"" | [unordered_map][traits] | ||
) |
Definition at line 240 of file testContainerTraits.cpp.
TEST_CASE | ( | "boost::unordered_multimap<> container traits" | , |
"" | [unordered_multimap][traits] | ||
) |
Definition at line 274 of file testContainerTraits.cpp.
TEST_CASE | ( | "boost::unordered_multiset<> container traits" | , |
"" | [unordered_multiset][traits] | ||
) |
Definition at line 257 of file testContainerTraits.cpp.
TEST_CASE | ( | "boost::unordered_set<> container traits" | , |
"" | [unordered_set][traits] | ||
) |
Definition at line 223 of file testContainerTraits.cpp.
TEST_CASE | ( | "int container traits" | , |
"" | [int][traits] | ||
) |
TEST_CASE | ( | "std::array<> container traits" | , |
"" | [array][traits] | ||
) |
Definition at line 138 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::deque<> container traits" | , |
"" | [deque][traits] | ||
) |
Definition at line 104 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::forward_list<> container traits" | , |
"" | [forward_list][traits] | ||
) |
Definition at line 121 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::list<> container traits" | , |
"" | [list][traits] | ||
) |
Definition at line 87 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::map<> container traits" | , |
"" | [map][traits] | ||
) |
Definition at line 189 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::multimap<> container traits" | , |
"" | [multimap][traits] | ||
) |
Definition at line 206 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::multiset<> container traits" | , |
"" | [multiset][traits] | ||
) |
Definition at line 172 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::set<> container traits" | , |
"" | [set][traits] | ||
) |
Definition at line 155 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::unordered_map<> container traits" | , |
"" | [unordered_map][traits] | ||
) |
Definition at line 324 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::unordered_multimap<> container traits" | , |
"" | [unordered_multimap][traits] | ||
) |
Definition at line 341 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::unordered_multiset<> container traits" | , |
"" | [unordered_multiset][traits] | ||
) |
Definition at line 307 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::unordered_set<> container traits" | , |
"" | [unordered_set][traits] | ||
) |
Definition at line 291 of file testContainerTraits.cpp.
TEST_CASE | ( | "std::vector<> container traits" | , |
"" | [vector][traits] | ||
) |
Definition at line 70 of file testContainerTraits.cpp.