#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 25 of file RandomSetter.h.
typedef int Eigen::StdMapTraits< Scalar >::KeyType |
Definition at line 27 of file RandomSetter.h.
typedef std::map<KeyType,Scalar> Eigen::StdMapTraits< Scalar >::Type |
Definition at line 28 of file RandomSetter.h.
anonymous enum |
Enumerator | |
---|---|
IsSorted |
Definition at line 29 of file RandomSetter.h.
|
inlinestatic |
Definition at line 33 of file RandomSetter.h.