Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions
Eigen::StdMapTraits< Scalar > Struct Template Reference

Detailed Description

template<typename Scalar>
struct Eigen::StdMapTraits< Scalar >

Represents a std::map.

See also:
RandomSetter

Definition at line 33 of file SparseExtra.

List of all members.

Public Types

enum  { IsSorted = 1 }
typedef int KeyType
typedef std::map< KeyType, Scalar > Type

Static Public Member Functions

static void setInvalidKey (Type &, const KeyType &)

Member Typedef Documentation

template<typename Scalar >
typedef int Eigen::StdMapTraits< Scalar >::KeyType

Definition at line 35 of file SparseExtra.

template<typename Scalar >
typedef std::map<KeyType,Scalar> Eigen::StdMapTraits< Scalar >::Type

Definition at line 36 of file SparseExtra.


Member Enumeration Documentation

template<typename Scalar >
anonymous enum
Enumerator:
IsSorted 

Definition at line 37 of file SparseExtra.


Member Function Documentation

template<typename Scalar >
static void Eigen::StdMapTraits< Scalar >::setInvalidKey ( Type ,
const KeyType  
) [inline, static]

Definition at line 41 of file SparseExtra.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo