Wrapper class for things like std::vector to be used in templated methods that take an AutoPas or ParticleContainer.
More...
template<class T>
class autopasTools::PseudoContainer< T >
Wrapper class for things like std::vector to be used in templated methods that take an AutoPas or ParticleContainer.
This wrapper for example maps functions like std::vector::push_back to AutoPas::addParticle().
It does not take ownership of the wrapped object but only holds a pointer to it!
- Template Parameters
-
| T | Full type of the wrapped container |