adjacency_matrix() noexcept(noexcept(allocator_type{})) | entt::adjacency_matrix< Category, Allocator > | inline |
adjacency_matrix(const allocator_type &allocator) noexcept | entt::adjacency_matrix< Category, Allocator > | inlineexplicit |
adjacency_matrix(const size_type vertices, const allocator_type &allocator=allocator_type{}) | entt::adjacency_matrix< Category, Allocator > | inline |
adjacency_matrix(const adjacency_matrix &)=default | entt::adjacency_matrix< Category, Allocator > | |
adjacency_matrix(const adjacency_matrix &other, const allocator_type &allocator) | entt::adjacency_matrix< Category, Allocator > | inline |
adjacency_matrix(adjacency_matrix &&) noexcept=default | entt::adjacency_matrix< Category, Allocator > | |
adjacency_matrix(adjacency_matrix &&other, const allocator_type &allocator) | entt::adjacency_matrix< Category, Allocator > | inline |
allocator_type typedef | entt::adjacency_matrix< Category, Allocator > | |
clear() noexcept | entt::adjacency_matrix< Category, Allocator > | inline |
contains(const vertex_type lhs, const vertex_type rhs) const | entt::adjacency_matrix< Category, Allocator > | inline |
edge_iterator typedef | entt::adjacency_matrix< Category, Allocator > | |
edge_type typedef | entt::adjacency_matrix< Category, Allocator > | |
edges() const noexcept | entt::adjacency_matrix< Category, Allocator > | inline |
empty() const noexcept | entt::adjacency_matrix< Category, Allocator > | inline |
erase(const vertex_type lhs, const vertex_type rhs) | entt::adjacency_matrix< Category, Allocator > | inline |
get_allocator() const noexcept | entt::adjacency_matrix< Category, Allocator > | inline |
graph_category typedef | entt::adjacency_matrix< Category, Allocator > | |
in_edge_iterator typedef | entt::adjacency_matrix< Category, Allocator > | |
in_edges(const vertex_type vertex) const noexcept | entt::adjacency_matrix< Category, Allocator > | inline |
insert(const vertex_type lhs, const vertex_type rhs) | entt::adjacency_matrix< Category, Allocator > | inline |
operator=(const adjacency_matrix &)=default | entt::adjacency_matrix< Category, Allocator > | |
operator=(adjacency_matrix &&) noexcept=default | entt::adjacency_matrix< Category, Allocator > | |
out_edge_iterator typedef | entt::adjacency_matrix< Category, Allocator > | |
out_edges(const vertex_type vertex) const noexcept | entt::adjacency_matrix< Category, Allocator > | inline |
resize(const size_type vertices) | entt::adjacency_matrix< Category, Allocator > | inline |
size() const noexcept | entt::adjacency_matrix< Category, Allocator > | inline |
size_type typedef | entt::adjacency_matrix< Category, Allocator > | |
swap(adjacency_matrix &other) noexcept | entt::adjacency_matrix< Category, Allocator > | inline |
vertex_iterator typedef | entt::adjacency_matrix< Category, Allocator > | |
vertex_type typedef | entt::adjacency_matrix< Category, Allocator > | |
vertices() const noexcept | entt::adjacency_matrix< Category, Allocator > | inline |
~adjacency_matrix()=default | entt::adjacency_matrix< Category, Allocator > | |