Binary Relations
Three new associative container classes
Loading...
Searching...
No Matches
BinaryRelations::ManyToMany< LeftType, RightType > Member List

This is the complete list of members for BinaryRelations::ManyToMany< LeftType, RightType >, including all inherited members.

allLeft() const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
allRight() const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
begin() const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
clear() noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
contains(const Pair &pair) const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
contains(const LeftType &left, const RightType &right) const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
containsLeft(const LeftType &left) const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
containsRight(const RightType &right) constBinaryRelations::ManyToMany< LeftType, RightType >inline
count() const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
countLeft() const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
countRight() const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
end() const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
erase(const Pair &pair) noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
erase(const LeftType &left, const RightType &right) noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
erase(const std::vector< Pair > &pairs) noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
eraseLeft(const LeftType &left) noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
eraseRight(const RightType &right) noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
findLeft(const RightType &right) const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
findRight(const LeftType &left) const noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
insert(const Pair &pair) noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
insert(const LeftType &left, const RightType &right) noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
insert(const std::vector< Pair > &pairs) noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline
ManyToMany() noexceptBinaryRelations::ManyToMany< LeftType, RightType >inline