Functions | |
template<typename Element , typename Allocator > | |
void | swap (Array< Element, Allocator > &self, Array< Element, Allocator > &other) |
Swaps the values of self and other . Overloads std::swap. | |
template<typename Value > | |
void | swap (UnsortedSet< Value > &self, UnsortedSet< Value > &other) |
Swaps the values of self and other . Overloads std::swap. | |
template<typename Value > | |
void | swap (UniqueSet< Value > &self, UniqueSet< Value > &other) |
Swaps the values of self and other . Overloads std::swap. | |
template<typename Type > | |
void | swap (Stack< Type > &self, Stack< Type > &other) |
Swaps the values of self and other . Overloads std::swap(). | |
void | swap (ResourceReference &self, ResourceReference &other) |
Swaps the values of self and other . Overloads std::swap. |
void std::swap | ( | ResourceReference & | self, | |
ResourceReference & | other | |||
) | [inline] |
Swaps the values of self
and other
. Overloads std::swap.
Definition at line 724 of file entitylib.h.
Swaps the values of self
and other
. Overloads std::swap().
void std::swap | ( | UniqueSet< Value > & | self, | |
UniqueSet< Value > & | other | |||
) | [inline] |
Swaps the values of self
and other
. Overloads std::swap.
Definition at line 278 of file container.h.
void std::swap | ( | UnsortedSet< Value > & | self, | |
UnsortedSet< Value > & | other | |||
) | [inline] |
Swaps the values of self
and other
. Overloads std::swap.
Definition at line 128 of file container.h.
void std::swap | ( | Array< Element, Allocator > & | self, | |
Array< Element, Allocator > & | other | |||
) | [inline] |
Swaps the values of self
and other
. Overloads std::swap.
Definition at line 153 of file array.h.
Referenced by BufferOutputStream::clear(), FaceInstance::update_move_planepts_vertex2(), vector3_swap(), and Brush::windingForClipPlane().