|
Nemiver
0.3
|
#include <nmv-gdbmi-parser.h>
Public Member Functions | |
| GDBMIResult () | |
| GDBMIResult (const UString &a_variable, const GDBMIValueSafePtr &a_value, bool is_singular=false) | |
| virtual | ~GDBMIResult () |
| const UString & | variable () const |
| void | variable (const UString &a_in) |
| const GDBMIValueSafePtr & | value () const |
| void | value (const GDBMIValueSafePtr &a_in) |
| bool | is_singular () const |
| void | set_is_singular (bool a_singular) |
Public Member Functions inherited from nemiver::common::Object | |
| Object () | |
| Object (Object const &) | |
| Object & | operator= (Object const &) |
| virtual | ~Object () |
| void | ref () |
| void | unref () |
| void | enable_refcount (bool a_enabled=true) |
| bool | is_refcount_enabled () const |
| long | get_refcount () const |
| void | attach_object (const UString &a_key, const Object *a_object) |
| bool | get_attached_object (const UString &a_key, const Object *&a_object) |
Additional Inherited Members | |
Protected Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
A GDB/MI Result . This is the It syntax looks like VARIABLE=VALUE, where VALUE is a complex type.
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17