OTest2
A C++ testing framework
|
#include <containertrait.h>
Public Types | |
typedef Container_::key_type | KeyType |
Type of the key. More... | |
typedef Container_::mapped_type | ValueType |
Type of the mapped value. More... | |
typedef Container_::const_iterator | const_iterator |
Static Public Member Functions | |
static const_iterator | begin (const Container_ &cont_) |
Get the beginning forward iterator. More... | |
static const_iterator | end (const Container_ &cont_) |
Get ending iterator. More... | |
static std::pair< const_iterator, const_iterator > | equalRange (const Container_ &cont_, typename TypeTrait< KeyType >::BestArg key_) |
Get range of items with the same key. More... | |
Definition at line 80 of file containertrait.h.
typedef Container_::const_iterator OTest2::Private::MapTraitImplCommon< Container_ >::const_iterator |
Definition at line 91 of file containertrait.h.
typedef Container_::key_type OTest2::Private::MapTraitImplCommon< Container_ >::KeyType |
Type of the key.
Definition at line 84 of file containertrait.h.
typedef Container_::mapped_type OTest2::Private::MapTraitImplCommon< Container_ >::ValueType |
Type of the mapped value.
Definition at line 89 of file containertrait.h.
|
inlinestatic |
Get the beginning forward iterator.
Definition at line 96 of file containertrait.h.
|
inlinestatic |
Get ending iterator.
Definition at line 104 of file containertrait.h.
|
inlinestatic |
Get range of items with the same key.
Definition at line 112 of file containertrait.h.