|
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 | |
| namespace | pwiz |
| namespace | pwiz::util |
| namespace | std |
| STL namespace. | |
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) |