FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::UndoManagement::HistoryID Struct Reference

Description

Simple wrappers to ensure type safety.

#include <FormItCoreTypes.h>

Public Member Functions

 HistoryID ()=default
 
 HistoryID (size_t id)
 
bool operator== (HistoryID const &r) const
 
bool operator!= (HistoryID const &r) const
 
bool operator< (HistoryID const &r) const
 

Public Attributes

size_t m_id = UNUSED_INDEX
 

Constructor & Destructor Documentation

FormIt::UndoManagement::HistoryID::HistoryID ( )
default
FormIt::UndoManagement::HistoryID::HistoryID ( size_t  id)
inlineexplicit

Member Function Documentation

bool FormIt::UndoManagement::HistoryID::operator!= ( HistoryID const &  r) const
inline
bool FormIt::UndoManagement::HistoryID::operator< ( HistoryID const &  r) const
inline
bool FormIt::UndoManagement::HistoryID::operator== ( HistoryID const &  r) const
inline

Member Data Documentation

size_t FormIt::UndoManagement::HistoryID::m_id = UNUSED_INDEX

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