OpenCV  3.1.0
Open Source Computer Vision
Public Member Functions | List of all members
matlab::Map< KeyType, ValueType > Class Template Reference

#include "map.hpp"

Public Member Functions

ValueType & at (const KeyType &k)
 
const ValueType & at (const KeyType &k) const
 
ValueType & operator[] (const KeyType &k)
 

Member Function Documentation

template<typename KeyType , typename ValueType >
ValueType& matlab::Map< KeyType, ValueType >::at ( const KeyType &  k)
inline
template<typename KeyType , typename ValueType >
const ValueType& matlab::Map< KeyType, ValueType >::at ( const KeyType &  k) const
inline
template<typename KeyType , typename ValueType >
ValueType& matlab::Map< KeyType, ValueType >::operator[] ( const KeyType &  k)
inline

The documentation for this class was generated from the following file: