#include <types.h>
Public Types | |
typedef const T * | const_iterator |
typedef T * | iterator |
typedef T | value_type |
Public Member Functions | |
const T * | begin () const |
T * | begin () |
const T * | end () const |
T * | end () |
ListOfOneContainer (const T &element) | |
size_t | size () const |
Private Attributes | |
T | element_ |
A helper class that behaves as a container with one element, and works with boost::range
typedef const T* gtsam::ListOfOneContainer< T >::const_iterator |
typedef T* gtsam::ListOfOneContainer< T >::iterator |
typedef T gtsam::ListOfOneContainer< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |