Otclient  14/8/2020
binarytree.h File Reference
Include dependency graph for binarytree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BinaryTree
 
class  OutputBinaryTree
 

Enumerations

enum  { BINARYTREE_ESCAPE_CHAR = 0xFD, BINARYTREE_NODE_START = 0xFE, BINARYTREE_NODE_END = 0xFF }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
BINARYTREE_ESCAPE_CHAR 
BINARYTREE_NODE_START 
BINARYTREE_NODE_END 

Definition at line 29 of file binarytree.h.