Aleph-w  1.9
General library for algorithms and data structures
Aleph::Path< GT > Member List

This is the complete list of members for Aleph::Path< GT >, including all inherited members.

append(Arc *arc)Aleph::Path< GT >inline
append(Node *node)Aleph::Path< GT >inline
append_directed(Node *p)Aleph::Path< GT >inline
append_directed(Arc *arc)Aleph::Path< GT >inline
Arc_Type typedefAleph::Path< GT >
arcs() constAleph::Path< GT >inline
check() constAleph::Path< GT >inline
check_directed() constAleph::Path< GT >inline
contains_arc(Arc *arc) const noexceptAleph::Path< GT >inline
contains_node(Node *node) const noexceptAleph::Path< GT >inline
empty()Aleph::Path< GT >inline
for_each_arc(Operation op=Operation()) const noexcept(noexcept(op))Aleph::Path< GT >inline
for_each_node(Operation op=Operation()) const noexcept(noexcept(op))Aleph::Path< GT >inline
get_first_arc() constAleph::Path< GT >inline
get_first_node() constAleph::Path< GT >inline
get_graph() const noexceptAleph::Path< GT >inline
get_it() constAleph::Path< GT >inline
get_last_arc() constAleph::Path< GT >inline
get_last_node() constAleph::Path< GT >inline
init(Node *start_node)Aleph::Path< GT >inline
insert(Arc *arc)Aleph::Path< GT >inline
insert(Node *node)Aleph::Path< GT >inline
insert_directed(Node *p)Aleph::Path< GT >inline
insert_directed(Arc *arc)Aleph::Path< GT >inline
inside_graph(const GT &gr) const noexceptAleph::Path< GT >inline
is_cycle() const noexceptAleph::Path< GT >inline
is_empty() const noexceptAleph::Path< GT >inline
Node_Type typedefAleph::Path< GT >
nodes() constAleph::Path< GT >inline
operator!=(const Path &p) const noexceptAleph::Path< GT >inline
operator=(const Path &path)Aleph::Path< GT >inline
operator=(Path &&path)Aleph::Path< GT >inline
operator==(const Path &p) const noexceptAleph::Path< GT >inline
Path(const GT &__g) noexceptAleph::Path< GT >inline
Path() noexcept (defined in Aleph::Path< GT >)Aleph::Path< GT >inline
Path(const GT &_g, Node *start_node)Aleph::Path< GT >inline
Path(const Path &path)Aleph::Path< GT >inline
Path(Path &&path)Aleph::Path< GT >inline
remove_first_node() noexcept(noexcept(list.remove_first()))Aleph::Path< GT >inline
remove_last_node() noexcept(noexcept(list.remove_last()))Aleph::Path< GT >inline
set_graph(const GT &__g, Node *start_node=nullptr)Aleph::Path< GT >inline
size() const noexceptAleph::Path< GT >inline
swap(Path &path) noexceptAleph::Path< GT >inline

Leandro Rabindranath León