|
Nemiver
0.3
|
A container of the textual command sent to the debugger. More...
#include <nmv-dbg-common.h>
Public Member Functions | |
| Command () | |
| Command (const UString &a_value) | |
| Command (const UString &a_name, const UString &a_value) | |
| Command (const UString &a_name, const UString &a_value, const UString &a_cookie) | |
| void | clear () |
accesors | |
| const UString & | name () const |
| void | name (const UString &a_in) |
| const UString & | value () const |
| void | value (const UString &a_in) |
| const UString & | cookie () const |
| void | cookie (const UString &a_in) |
| const UString & | tag0 () const |
| void | tag0 (const UString &a_in) |
| const UString & | tag1 () const |
| void | tag1 (const UString &a_in) |
| int | tag2 () const |
| void | tag2 (int a_in) |
| const UString & | tag3 () const |
| void | tag3 (const UString &a_in) |
| const UString & | tag4 () const |
| void | tag4 (const UString &a_in) |
| void | variable (const IDebugger::VariableSafePtr a_in) |
| IDebugger::VariableSafePtr | variable () const |
| bool | has_slot () const |
| template<class T > | |
| void | set_slot (T &a_slot) |
| template<class T > | |
| const T & | get_slot () const |
| bool | should_emit_signal () const |
| void | should_emit_signal (bool a) |
A container of the textual command sent to the debugger.
|
inline |
|
inline |
| a_value | a textual command to send to the debugger. |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17