|
AGX Dynamics 2.41.3.0
|
STL namespace. More...
Functions | |
| void | swap (agx::Name &lhs, agx::Name &rhs) |
| template<class T > | |
| void | swap (agx::ref_ptr< T > &rp1, agx::ref_ptr< T > &rp2) |
| void | swap (agx::String &lhs, agx::String &rhs) |
STL namespace.
Definition at line 323 of file Name.h.
References agx::Name::swap().
Referenced by agx::EventT< T >::addCallback(), agx::SymmetricPair< T >::hash(), swap(), agx::LinearProbingHashSetImplementation< KeyT, HashT >::swap(), agx::LinearProbingHashTableImplementation< KeyT, ValueT, HashT, AllocatorT >::swap(), agx::Name::swap(), agxData::FormatMoveSwap< T >::swap(), agxData::FormatMoveSwapContainer< T >::swap(), agx::Vector< T, Allocator >::swap(), and agx::VectorPOD< T, Allocator >::swap().
| void std::swap | ( | agx::ref_ptr< T > & | rp1, |
| agx::ref_ptr< T > & | rp2 | ||
| ) |
Definition at line 352 of file ref_ptr.h.
References agx::ref_ptr< T >::swap().
| void std::swap | ( | agx::String & | lhs, |
| agx::String & | rhs | ||
| ) |