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_)
 
zstring_view getCommand () const
 
const CliConnectiongetId () const
 

Detailed Description

Command received on CliComm connection.

Definition at line 405 of file Event.hh.

Constructor & Destructor Documentation

◆ CliCommandEvent()

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

Definition at line 408 of file Event.hh.

Member Function Documentation

◆ getCommand()

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

Definition at line 411 of file Event.hh.

◆ getId()

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

Definition at line 412 of file Event.hh.


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