|
ProteoWizard
|
#include <algorithm>#include <vector>#include <stdexcept>#include <memory>#include <iterator>#include <limits>#include <boost/assert.hpp>#include "pwiz/utility/misc/Export.hpp"Go to the source code of this file.
Classes | |
| class | pwiz::util::BinaryData< T > |
| A custom vector class that can store its contents in either a std::vector or a cli::array (when compiled with .NET). More... | |
| class | pwiz::util::BinaryData< T >::const_iterator |
| class | pwiz::util::BinaryData< T >::iterator |
Namespaces | |
| pwiz | |
| pwiz::util | |
Functions | |
| template<typename T > | |
| void | std::swap (pwiz::util::BinaryData< T > &lhs, std::vector< T > &rhs) |
| template<typename T > | |
| void | std::swap (std::vector< T > &lhs, pwiz::util::BinaryData< T > &rhs) |
| void std::swap | ( | pwiz::util::BinaryData< T > & | lhs, |
| std::vector< T > & | rhs | ||
| ) |
Definition at line 414 of file BinaryData.hpp.
References pwiz::util::BinaryData< T >::swap(), and std::swap().
Referenced by std::swap().
| void std::swap | ( | std::vector< T > & | lhs, |
| pwiz::util::BinaryData< T > & | rhs | ||
| ) |
Definition at line 415 of file BinaryData.hpp.
References pwiz::util::BinaryData< T >::swap(), and std::swap().