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

#include <nmv-gdbmi-parser.h>

Inheritance diagram for nemiver::GDBMITuple:
nemiver::common::Object

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 &)
 
Objectoperator= (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< ObjectPrivm_priv
 

Detailed Description

This type abstracts a GDB/MI TUPLE. TUPLE ==> "{}" | "{" RESULT ( "," RESULT )* "}"

Constructor & Destructor Documentation

◆ GDBMITuple()

nemiver::GDBMITuple::GDBMITuple ( )
inline

◆ ~GDBMITuple()

virtual nemiver::GDBMITuple::~GDBMITuple ( )
inlinevirtual

Member Function Documentation

◆ append()

void nemiver::GDBMITuple::append ( const GDBMIResultSafePtr a_result)

◆ clear()

void nemiver::GDBMITuple::clear ( )

◆ content() [1/2]

const list<GDBMIResultSafePtr>& nemiver::GDBMITuple::content ( ) const

◆ content() [2/2]

void nemiver::GDBMITuple::content ( const list< GDBMIResultSafePtr > &  a_in)

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