|
Nemiver
0.3
|
#include <nmv-gdbmi-parser.h>
Public Member Functions | |
| GDBMITuple () | |
| virtual | ~GDBMITuple () |
| const list< GDBMIResultSafePtr > & | content () const |
| void | content (const list< GDBMIResultSafePtr > &a_in) |
| void | append (const GDBMIResultSafePtr &a_result) |
| void | clear () |
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 |
This type abstracts a GDB/MI TUPLE. TUPLE ==> "{}" | "{" RESULT ( "," RESULT )* "}"
|
inline |
|
inlinevirtual |
| void nemiver::GDBMITuple::append | ( | const GDBMIResultSafePtr & | a_result | ) |
| void nemiver::GDBMITuple::clear | ( | ) |
| const list<GDBMIResultSafePtr>& nemiver::GDBMITuple::content | ( | ) | const |
| void nemiver::GDBMITuple::content | ( | const list< GDBMIResultSafePtr > & | a_in | ) |
1.8.17