FINAL CUT
Public Member Functions | Protected Member Functions | Static Protected Attributes | Friends | List of all members
finalcut::Monitor Class Reference
Inheritance diagram for finalcut::Monitor:
Inheritance graph
[legend]

Public Member Functions

 Monitor (EventLoop *)
 
 Monitor (const Monitor &)=delete
 
 Monitor (Monitor &&) noexcept=delete
 
auto operator= (const Monitor &) -> Monitor &=delete
 
auto operator= (Monitor &&) noexcept -> Monitor &=delete
 
virtual auto getClassName () const -> FString
 
auto getEvents () const -> short
 
auto getFileDescriptor () const -> int
 
template<typename T >
auto getUserContext () const -> clean_fdata_t< T > &
 
auto isActive () const -> bool
 
virtual void resume ()
 
virtual void suspend ()
 

Protected Member Functions

void setFileDescriptor (int)
 
void setEvents (short)
 
void setHandler (handler_t &&)
 
template<typename T >
void setUserContext (T &&)
 
void setInitialized ()
 
auto isInitialized () const -> bool
 
virtual void trigger (short)
 

Static Protected Attributes

static constexpr int NO_FILE_DESCRIPTOR {-1}
 

Friends

class EventLoop
 

The documentation for this class was generated from the following files: