libpointmatcher  1.0.2
Public Member Functions
PointMatcherSupport::SharedPtrVector< S > Struct Template Reference

A vector of std::shared_ptr<S> that behaves like a std::vector<S> More...

#include <PointMatcher.h>

Inherits std::vector< T >.

List of all members.

Public Member Functions

void push_back (S *v)
 Add an instance of S to the vector, take ownership.

Detailed Description

template<typename S>
struct PointMatcherSupport::SharedPtrVector< S >

A vector of std::shared_ptr<S> that behaves like a std::vector<S>


The documentation for this struct was generated from the following file: