|
tlds
Transactional Operations for Linked Data Structures
|
#include <ValueList.hpp>
Public Member Functions | |
| ValueList (const unsigned long cap) | |
Public Member Functions inherited from stm::MiniVector< T > | |
| MiniVector (const unsigned long capacity) | |
| ~MiniVector () | |
| TM_INLINE void | reset () |
| TM_INLINE void | insert (T data) |
| TM_INLINE unsigned long | size () const |
| TM_INLINE iterator | begin () const |
| TM_INLINE iterator | end () const |
Additional Inherited Members | |
Public Types inherited from stm::MiniVector< T > | |
| typedef T * | iterator |
|
inline |