sead
Loading...
Searching...
No Matches
sead::TreeMap< Key, Value >::ForEachConstContext< T > Struct Template Reference

#include <seadTreeMap.h>

Public Member Functions

 ForEachConstContext (const T &afun)
void call (TreeMapNode< TreeMapKeyImpl< Key > > *n)

Private Attributes

const T & fun

Constructor & Destructor Documentation

◆ ForEachConstContext()

template<typename Key, typename Value>
template<typename T>
sead::TreeMap< Key, Value >::ForEachConstContext< T >::ForEachConstContext ( const T & afun)
inline

Member Function Documentation

◆ call()

template<typename Key, typename Value>
template<typename T>
void sead::TreeMap< Key, Value >::ForEachConstContext< T >::call ( TreeMapNode< TreeMapKeyImpl< Key > > * n)
inline

Member Data Documentation

◆ fun

template<typename Key, typename Value>
template<typename T>
const T& sead::TreeMap< Key, Value >::ForEachConstContext< T >::fun
private