#include <RandomSetter.h>
Public Types | |
enum | { IsSorted = 1 } |
typedef int | KeyType |
typedef std::map< KeyType, Scalar > | Type |
Static Public Member Functions | |
static void | setInvalidKey (Type &, const KeyType &) |
Represents a std::map
Definition at line 32 of file RandomSetter.h.
typedef int StdMapTraits< Scalar >::KeyType |
Definition at line 34 of file RandomSetter.h.
typedef std::map<KeyType,Scalar> StdMapTraits< Scalar >::Type |
Definition at line 35 of file RandomSetter.h.
anonymous enum |
Definition at line 36 of file RandomSetter.h.
static void StdMapTraits< Scalar >::setInvalidKey | ( | Type & | , | |
const KeyType & | ||||
) | [inline, static] |
Definition at line 40 of file RandomSetter.h.