|
template<typename Key , typename Val > |
void | create () |
|
template<typename Key , typename Val > |
void | insert () |
|
template<typename Key , typename Val > |
void | iterate (const Val &default_value=0) |
|
Definition at line 11 of file vectormap_test.C.
◆ CPPUNIT_TEST() [1/4]
◆ CPPUNIT_TEST() [2/4]
VectormapTest::CPPUNIT_TEST |
( |
testFind |
| ) |
|
◆ CPPUNIT_TEST() [3/4]
◆ CPPUNIT_TEST() [4/4]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
VectormapTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
◆ create()
template<typename Key , typename Val >
void VectormapTest::create |
( |
| ) |
|
|
inlineprivate |
◆ insert()
template<typename Key , typename Val >
void VectormapTest::insert |
( |
| ) |
|
|
inlineprivate |
◆ iterate()
template<typename Key , typename Val >
void VectormapTest::iterate |
( |
const Val & |
default_value = 0 | ) |
|
|
inlineprivate |
◆ testCreate()
void VectormapTest::testCreate |
( |
| ) |
|
|
inline |
◆ testFind()
void VectormapTest::testFind |
( |
| ) |
|
|
inline |
◆ testInsert()
void VectormapTest::testInsert |
( |
| ) |
|
|
inline |
◆ testIterate()
void VectormapTest::testIterate |
( |
| ) |
|
|
inline |
Definition at line 93 of file vectormap_test.C.
98 iterate<int, std::string>(
"test_string");
The documentation for this class was generated from the following file: