![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
#include "elementa/license.inc"#include "elementa/checks.inc"#include <memory>#include <algorithm>#include "elementa/base/fundamentaltypes.h"#include "elementa/base/exceptions.h"#include "elementa/base/serial_channels/serializers.h"#include "elementa/adts/graphs/graphs.h"#include "elementa/base/debugging.h"

Go to the source code of this file.
Classes | |
| class | elementa::adts::Tree< Vertex, Edge > |
| This class is the base for any tree implementation. More... | |
| class | elementa::adts::Szer_TreeText< Vertex, Edge > |
| Serializer of any tree as a text with a tree-like structure. More... | |