Nemiver  0.3
Public Member Functions | List of all members
nemiver::CommandAndOutput Class Reference

#include <nmv-dbg-common.h>

Public Member Functions

 CommandAndOutput (const Command &a_command, const Output &a_output)
 
 CommandAndOutput ()
 
accessors
bool has_command () const
 
void has_command (bool a_in)
 
const Commandcommand () const
 
Commandcommand ()
 
void command (const Command &a_in)
 
const Outputoutput () const
 
Outputoutput ()
 
void output (const Output &a_in)
 

Detailed Description

A container of the Command sent to the debugger and the output it sent back.

Constructor & Destructor Documentation

◆ CommandAndOutput() [1/2]

nemiver::CommandAndOutput::CommandAndOutput ( const Command a_command,
const Output a_output 
)
inline

◆ CommandAndOutput() [2/2]

nemiver::CommandAndOutput::CommandAndOutput ( )
inline

Member Function Documentation

◆ command() [1/3]

Command& nemiver::CommandAndOutput::command ( )
inline

◆ command() [2/3]

const Command& nemiver::CommandAndOutput::command ( ) const
inline

◆ command() [3/3]

void nemiver::CommandAndOutput::command ( const Command a_in)
inline

◆ has_command() [1/2]

bool nemiver::CommandAndOutput::has_command ( ) const
inline

◆ has_command() [2/2]

void nemiver::CommandAndOutput::has_command ( bool  a_in)
inline

◆ output() [1/3]

Output& nemiver::CommandAndOutput::output ( )
inline

◆ output() [2/3]

const Output& nemiver::CommandAndOutput::output ( ) const
inline

◆ output() [3/3]

void nemiver::CommandAndOutput::output ( const Output a_in)
inline

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