Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
trees.h File Reference
#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"
Include dependency graph for trees.h:
This graph shows which files directly or indirectly include this file:

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...