Wildmeshing Toolkit
MerkleTreeInteriorNode.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <functional>
3
#include "
Hashable.hpp
"
4
5
namespace
wmtk::utils
{
6
class
MerkleTreeInteriorNode
:
public
Hashable
7
{
8
public
:
9
std::map<std::string, std::size_t>
child_hashes
()
const override
;
10
11
virtual
std::map<std::string, const Hashable*>
child_hashables
()
const
= 0;
12
};
13
}
// namespace wmtk::utils
Hashable.hpp
wmtk::utils::Hashable
Definition:
Hashable.hpp:8
wmtk::utils::MerkleTreeInteriorNode
Definition:
MerkleTreeInteriorNode.hpp:7
wmtk::utils::MerkleTreeInteriorNode::child_hashes
std::map< std::string, std::size_t > child_hashes() const override
Definition:
MerkleTreeInteriorNode.cpp:7
wmtk::utils::MerkleTreeInteriorNode::child_hashables
virtual std::map< std::string, const Hashable * > child_hashables() const =0
wmtk::utils
Definition:
Tuple.hpp:22
src
wmtk
utils
MerkleTreeInteriorNode.hpp
Generated by
1.9.1