test/test_dictionary.h File Reference
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestAssert.h>
#include "baseTest.h"
Go to the source code of this file.
|
Namespaces |
namespace | test |
Classes |
class | test::DictionaryTest< DictType, ParaType, CLASS_NAME > |
class | test::ThreadInsert< DictType, ParaType, CLASS_NAME > |
class | test::ThreadDeleteKey< DictType, ParaType, CLASS_NAME > |
class | test::ThreadDeleteValue< DictType, ParaType, CLASS_NAME > |
class | test::ThreadFindValue< DictType, ParaType, CLASS_NAME > |
class | test::ThreadFindKey< DictType, ParaType, CLASS_NAME > |
class | test::ThreadInsertFactory< DictType, ParaType, CLASS_NAME > |
class | test::ThreadDeleteKeyFactory< DictType, ParaType, CLASS_NAME > |
class | test::ThreadDeleteValueFactory< DictType, ParaType, CLASS_NAME > |
class | test::ThreadFindValueFactory< DictType, ParaType, CLASS_NAME > |
class | test::ThreadFindKeyFactory< DictType, ParaType, CLASS_NAME > |
class | test::ThreadInsertRemoveFactory< DictType, ParaType, CLASS_NAME > |
Defines |
#define | ThreadInsert_T ThreadInsert<DictType, ParaType, CLASS_NAME> |
#define | ThreadDeleteKey_T ThreadDeleteKey<DictType, ParaType, CLASS_NAME> |
#define | ThreadDeleteValue_T ThreadDeleteValue<DictType, ParaType, CLASS_NAME> |
Define Documentation
#define ThreadInsert_T ThreadInsert<DictType, ParaType, CLASS_NAME> |