A vector of boost::shared_ptr<S> that behaves like a std::vector<S> More...
#include <PointMatcher.h>
Public Member Functions | |
void | push_back (S *v) |
Add an instance of S to the vector, take ownership. |
A vector of boost::shared_ptr<S> that behaves like a std::vector<S>
Definition at line 97 of file PointMatcher.h.
void PointMatcherSupport::SharedPtrVector< S >::push_back | ( | S * | v | ) | [inline] |
Add an instance of S to the vector, take ownership.
Definition at line 100 of file PointMatcher.h.