#include <binarytree.h>
Definition at line 66 of file binarytree.h.
◆ OutputBinaryTree()
OutputBinaryTree::OutputBinaryTree |
( |
const FileStreamPtr & |
finish | ) |
|
◆ addPoint()
void OutputBinaryTree::addPoint |
( |
const Point & |
point | ) |
|
◆ addPos()
◆ addString()
void OutputBinaryTree::addString |
( |
const std::string & |
v | ) |
|
◆ addU16()
void OutputBinaryTree::addU16 |
( |
uint16 |
v | ) |
|
◆ addU32()
void OutputBinaryTree::addU32 |
( |
uint32 |
v | ) |
|
◆ addU8()
void OutputBinaryTree::addU8 |
( |
uint8 |
v | ) |
|
◆ endNode()
void OutputBinaryTree::endNode |
( |
| ) |
|
◆ startNode()
void OutputBinaryTree::startNode |
( |
uint8 |
node | ) |
|
◆ write()
void OutputBinaryTree::write |
( |
const uint8 * |
data, |
|
|
size_t |
size |
|
) |
| |
|
protected |
The documentation for this class was generated from the following files: