std Namespace Reference

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.

Function Documentation

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.

template<typename Type >
void std::swap ( Stack< Type > &  self,
Stack< Type > &  other 
) [inline]

Swaps the values of self and other. Overloads std::swap().

Definition at line 220 of file stack.h.

template<typename Value >
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.

template<typename Value >
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.

template<typename Element , typename Allocator >
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().


Generated by  doxygen 1.6.2