shared_ptr typedef
parent
daae77771b
commit
5e6a1836e9
|
|
@ -109,6 +109,9 @@ public:
|
|||
/** An auto pointer to this class */
|
||||
typedef std::auto_ptr<const NonlinearOptimizer> auto_ptr;
|
||||
|
||||
/** A shared pointer to this class */
|
||||
typedef boost::shared_ptr<const NonlinearOptimizer> shared_ptr;
|
||||
|
||||
/** A const shared_ptr to a NonlinearFactorGraph */
|
||||
typedef boost::shared_ptr<const NonlinearFactorGraph> SharedGraph;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue