TAMSVIZ
Visualization and annotation tool for ROS
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
History< T > Struct Template Reference

Classes

struct  Item
 

Public Types

typedef T Type
 

Public Member Functions

void clear ()
 
bool canUndo () const
 
void undo (T &v)
 
bool canRedo () const
 
void redo (T &v)
 

Public Attributes

size_t limit = 100
 
std::deque< std::shared_ptr< Item > > undo_stack
 
std::deque< std::shared_ptr< Item > > redo_stack
 
std::shared_ptr< Itemcurrent
 
bool locked = false
 

Detailed Description

template<class T>
struct History< T >

Definition at line 11 of file history.h.


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