|
opynsim
Unofficial C++ Documentation
|
#include <undo_redo.h>
Public Member Functions | |
| template<typename... Args> requires std::constructible_from<T, Args&&...> | |
| UndoRedoEntry (std::string_view message, Args &&... args) | |
| const T & | value () const |
Public Member Functions inherited from osc::UndoRedoEntryBase | |
| UID | id () const |
| CStringView | message () const |
Additional Inherited Members | |
Protected Member Functions inherited from osc::UndoRedoEntryBase | |
| UndoRedoEntryBase (std::shared_ptr< const detail::UndoRedoEntryMetadata > data) | |
| const detail::UndoRedoEntryMetadata & | metadata () const |
|
inlineexplicit |
|
inline |