We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This appears to be an implementation of a red-black tree.
TreeMap (seadTreeMap.h, seadTreeNode.cpp):
TreeMapImpl<Key>
TreeMapImpl<SafeString>
TreeMapImpl<TreeMapKeyImpl<T>>
u32
Thread*
TreeMapNode<Key>
TreeMap<Key, Value>
StrTreeMap (seadStrTreeMap.h):
StrTreeMap<N, ValueType>
The text was updated successfully, but these errors were encountered:
Merge pull request open-ead#33 from MonsterDruide1/master
952a40d
uking/action and uking/query: Action and Query related to ChampionBallad added
leoetlino
No branches or pull requests
This appears to be an implementation of a red-black tree.
TreeMap (seadTreeMap.h, seadTreeNode.cpp):
TreeMapImpl<Key>
:TreeMapImpl<SafeString>
,TreeMapImpl<TreeMapKeyImpl<T>>
with T =u32
,Thread*
, etc.TreeMapNode<Key>
TreeMap<Key, Value>
StrTreeMap (seadStrTreeMap.h):
StrTreeMap<N, ValueType>
: a special case ofTreeMapImpl<SafeString>
? N seems to be the maximum length of the string keys.The text was updated successfully, but these errors were encountered: