sead
Loading...
Searching...
No Matches
sead::StrTreeMap< KeyStrN, Value >::ForEachConstContext< T > Class Template Reference

#include <seadStrTreeMap.h>

Public Member Functions

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

Private Attributes

const T & fun

Constructor & Destructor Documentation

◆ ForEachConstContext()

template<s32 KeyStrN, typename Value>
template<typename T>
sead::StrTreeMap< KeyStrN, Value >::ForEachConstContext< T >::ForEachConstContext ( const T & afun)
inline

Member Function Documentation

◆ call()

template<s32 KeyStrN, typename Value>
template<typename T>
void sead::StrTreeMap< KeyStrN, Value >::ForEachConstContext< T >::call ( TreeMapNode< SafeString > * n)
inline

Member Data Documentation

◆ fun

template<s32 KeyStrN, typename Value>
template<typename T>
const T& sead::StrTreeMap< KeyStrN, Value >::ForEachConstContext< T >::fun
private