GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
AvlTree_.h File Reference
#include "colony_config.h"
#include "Cpl/Container/MapItem.h"
Include dependency graph for AvlTree_.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::Container::AvlTree_
 This concrete class implements the core functionality of for AVL Binary tree (i.e. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Container
 The Container namespace provides classes for various types of containers.
 

Macros

#define OPTION_CPL_CONTAINER_AVLTREE_MAX_TREE_DEPTH   32
 This option sets the maximum depth of the AVL Tree.
 

Macro Definition Documentation

◆ OPTION_CPL_CONTAINER_AVLTREE_MAX_TREE_DEPTH

#define OPTION_CPL_CONTAINER_AVLTREE_MAX_TREE_DEPTH   32

This option sets the maximum depth of the AVL Tree.

Do NOT override the default value unless you REALLY know what you are doing.