MeVisLab Toolbox Reference
SbMap< KeyType, ValueType >::AccessClass Class Reference

AccessClass is a temporary class used with the [] operator on an SbMap. More...

#include <SbMap.h>

Public Member Functions

 operator= (const ValueType &value)
 
 operator ValueType ()
 

Friends

class SbMap< KeyType, ValueType >
 

Detailed Description

template<class KeyType, class ValueType>
class SbMap< KeyType, ValueType >::AccessClass

AccessClass is a temporary class used with the [] operator on an SbMap.

Definition at line 631 of file SbMap.h.

Member Function Documentation

◆ operator ValueType()

template<class KeyType , class ValueType >
SbMap< KeyType, ValueType >::AccessClass::operator ValueType ( )
inline

◆ operator=()

template<class KeyType , class ValueType >
SbMap< KeyType, ValueType >::AccessClass::operator= ( const ValueType &  value)
inline

Definition at line 639 of file SbMap.h.

References SbMap< KeyType, ValueType >::set().

Friends And Related Function Documentation

◆ SbMap< KeyType, ValueType >

template<class KeyType , class ValueType >
friend class SbMap< KeyType, ValueType >
friend

Definition at line 620 of file SbMap.h.


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