sead
Loading...
Searching...
No Matches
sead::TreeMapKeyImpl< Key > Struct Template Reference

#include <seadTreeMap.h>

Public Member Functions

 TreeMapKeyImpl ()
 TreeMapKeyImpl (const Key &akey)
TreeMapKeyImploperator= (const Key &akey)
s32 compare (const TreeMapKeyImpl &rhs) const

Public Attributes

Key key

Constructor & Destructor Documentation

◆ TreeMapKeyImpl() [1/2]

template<typename Key>
sead::TreeMapKeyImpl< Key >::TreeMapKeyImpl ( )
inline

◆ TreeMapKeyImpl() [2/2]

template<typename Key>
sead::TreeMapKeyImpl< Key >::TreeMapKeyImpl ( const Key & akey)
inline

Member Function Documentation

◆ operator=()

template<typename Key>
TreeMapKeyImpl & sead::TreeMapKeyImpl< Key >::operator= ( const Key & akey)
inline

◆ compare()

template<typename Key>
s32 sead::TreeMapKeyImpl< Key >::compare ( const TreeMapKeyImpl< Key > & rhs) const
inline

Member Data Documentation

◆ key

template<typename Key>
Key sead::TreeMapKeyImpl< Key >::key