Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Tree< K, T, C > Member List

This is the complete list of members for Tree< K, T, C >, including all inherited members.

contains(const K &key) constTree< K, T, C >inline
find(const K &key) constTree< K, T, C >inlineprotected
get(const K &key, const T &def) constTree< K, T, C >inline
get(const K &key) constTree< K, T, C >inline
get(const K &key)Tree< K, T, C >inline
node_t typedefTree< K, T, C >
set(int _root, node_t *_nodes)Tree< K, T, C >inline
Tree(void)Tree< K, T, C >inline
Tree(int _root, node_t *_nodes)Tree< K, T, C >inline
~Tree(void)Tree< K, T, C >inline