Loading [MathJax]/extensions/tex2jax.js
Wildmeshing Toolkit
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
m
p
r
s
Typedefs
a
b
c
d
g
i
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Related Symbols
a
c
e
f
h
i
l
m
n
o
p
s
t
u
w
Files
File List
File Members
All
a
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
Functions
c
d
l
m
n
o
p
r
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
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
};
6
class
MerkleTreeInteriorNode
:
public
Hashable
{
…
};
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
array_to_map.hpp:3
src
wmtk
utils
MerkleTreeInteriorNode.hpp
Generated by
1.9.8