Home
last modified time | relevance | path

Searched defs:RTAVLTree (Results 1 – 1 of 1) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/common/
H A DRTAVLTree.h94 template<class T_node, bool T_SAFE> friend class RTAVLTree; variable
151 RTAVLTree() : root(NULL), nodesCount(0) {} in RTAVLTree() function