openMSX
Public Member Functions | List of all members
openmsx::CliCommandEvent Class Referencefinal

Command received on CliComm connection. More...

#include <Event.hh>

Inheritance diagram for openmsx::CliCommandEvent:
Inheritance graph
[legend]
Collaboration diagram for openmsx::CliCommandEvent:
Collaboration graph
[legend]

Public Member Functions

 CliCommandEvent (std::string_view command_, const CliConnection *id_)
 
 CliCommandEvent (const CliCommandEvent &)
 
CliCommandEventoperator= (const CliCommandEvent &)
 
 CliCommandEvent (CliCommandEvent &&)=default
 
CliCommandEventoperator= (CliCommandEvent &&)=default
 
zstring_view getCommand () const
 
const CliConnectiongetId () const
 

Detailed Description

Command received on CliComm connection.

Definition at line 345 of file Event.hh.

Constructor & Destructor Documentation

◆ CliCommandEvent() [1/3]

openmsx::CliCommandEvent::CliCommandEvent ( std::string_view  command_,
const CliConnection id_ 
)
inline

Definition at line 348 of file Event.hh.

◆ CliCommandEvent() [2/3]

openmsx::CliCommandEvent::CliCommandEvent ( const CliCommandEvent )
inline

Definition at line 350 of file Event.hh.

◆ CliCommandEvent() [3/3]

openmsx::CliCommandEvent::CliCommandEvent ( CliCommandEvent &&  )
default

Member Function Documentation

◆ getCommand()

zstring_view openmsx::CliCommandEvent::getCommand ( ) const
inline

Definition at line 355 of file Event.hh.

◆ getId()

const CliConnection * openmsx::CliCommandEvent::getId ( ) const
inline

Definition at line 356 of file Event.hh.

◆ operator=() [1/2]

CliCommandEvent & openmsx::CliCommandEvent::operator= ( CliCommandEvent &&  )
default

◆ operator=() [2/2]

CliCommandEvent & openmsx::CliCommandEvent::operator= ( const CliCommandEvent )
inline

Definition at line 351 of file Event.hh.


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