|
Nemiver
0.3
|
A GDB/MI LIST. It can be a list of either GDB/MI Result or GDB/MI Value. More...
#include <nmv-gdbmi-parser.h>
Public Types | |
| enum | ContentType { RESULT_TYPE =0, VALUE_TYPE, UNDEFINED_TYPE } |
Public Member Functions | |
| GDBMIList () | |
| GDBMIList (const GDBMITupleSafePtr &a_tuple) | |
| GDBMIList (const UString &a_str) | |
| GDBMIList (const GDBMIResultSafePtr &a_result) | |
| GDBMIList (const GDBMIValueSafePtr &a_value) | |
| virtual | ~GDBMIList () |
| ContentType | content_type () const |
| bool | empty () const |
| void | append (const GDBMIResultSafePtr &a_result) |
| void | append (const GDBMIValueSafePtr &a_value) |
| void | get_result_content (list< GDBMIResultSafePtr > &a_list) const |
| void | get_value_content (list< GDBMIValueSafePtr > &a_list) const |
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 LIST. It can be a list of either GDB/MI Result or GDB/MI Value.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
References THROW_IF_FAIL.
|
inline |
References THROW_IF_FAIL.
|
inline |
|
inline |
|
inline |
References THROW_IF_FAIL.
|
inline |
References THROW_IF_FAIL.
1.8.17