Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
jgraph.hpp File Reference
#include <iostream>
#include <string_view>
#include <functional>
#include <utility>
#include <optional>
#include <metall/container/unordered_map.hpp>
#include <metall/container/vector.hpp>
#include <metall/container/scoped_allocator.hpp>
#include <metall/utility/hash.hpp>
#include <metall/json/json.hpp>

Go to the source code of this file.

Classes

class  metall::container::experimental::jgraph::jgraph< _allocator_type >
 
class  metall::container::experimental::jgraph::jgdtl::vertex_iterator_impl< storage_iterator_type >
 
class  metall::container::experimental::jgraph::jgdtl::edge_iterator_impl< adj_list_edge_list_iterator_type, storage_pointer_type >
 

Namespaces

namespace  metall::container::experimental
 Namespace for Metall containers in an experimental phase.
 
namespace  metall
 The top level of namespace of Metall.
 
namespace  metall::container
 Namespace for Metall container.
 
namespace  metall::container::experimental::jgraph
 Namespace for Metall JSON graph container, which is in an experimental phase.
 
namespace  metall::container::experimental::jgraph::jgdtl