geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Used to pair watcher pointer with user data. More...
#include <Document.h>
Public Member Functions | |
WatcherWithUserData (DocWatcher *watcher_=nullptr, void *userData_=nullptr) noexcept | |
bool | operator== (const WatcherWithUserData &other) const noexcept |
Public Attributes | |
DocWatcher * | watcher |
void * | userData |
Used to pair watcher pointer with user data.
Definition at line 218 of file Document.h.
|
inlinenoexcept |
Definition at line 221 of file Document.h.
|
inlinenoexcept |
Definition at line 224 of file Document.h.
void* Scintilla::Document::WatcherWithUserData::userData |
Definition at line 220 of file Document.h.
DocWatcher* Scintilla::Document::WatcherWithUserData::watcher |
Definition at line 219 of file Document.h.