gtsam  4.0.0
gtsam
gtsam::FastList< VALUE > Class Template Reference
+ Inheritance diagram for gtsam::FastList< VALUE >:

Public Member Functions

 FastList ()
 Default constructor.
 
template<typename INPUTITERATOR >
 FastList (INPUTITERATOR first, INPUTITERATOR last)
 Constructor from a range, passes through to base class.
 
 FastList (const FastList< VALUE > &x)
 Copy constructor from another FastList.
 
 FastList (const Base &x)
 Copy constructor from the base list class.
 
 operator std::list< VALUE > () const
 Conversion to a standard STL container.
 

Public Types

typedef std::list< VALUE, typename internal::FastDefaultAllocator< VALUE >::type > Base
 

Friends

class boost::serialization::access
 Serialization function.
 

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