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

#include <nmv-gdbmi-parser.h>

Inheritance diagram for nemiver::GDBMIResult:
nemiver::common::Object

Public Member Functions

 GDBMIResult ()
 
 GDBMIResult (const UString &a_variable, const GDBMIValueSafePtr &a_value, bool is_singular=false)
 
virtual ~GDBMIResult ()
 
const UStringvariable () const
 
void variable (const UString &a_in)
 
const GDBMIValueSafePtrvalue () 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 &)
 
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

A GDB/MI Result . This is the It syntax looks like VARIABLE=VALUE, where VALUE is a complex type.

Constructor & Destructor Documentation

◆ GDBMIResult() [1/2]

nemiver::GDBMIResult::GDBMIResult ( )
inline

◆ GDBMIResult() [2/2]

nemiver::GDBMIResult::GDBMIResult ( const UString a_variable,
const GDBMIValueSafePtr a_value,
bool  is_singular = false 
)
inline

◆ ~GDBMIResult()

virtual nemiver::GDBMIResult::~GDBMIResult ( )
inlinevirtual

Member Function Documentation

◆ is_singular()

bool nemiver::GDBMIResult::is_singular ( ) const
inline

◆ set_is_singular()

void nemiver::GDBMIResult::set_is_singular ( bool  a_singular)
inline

◆ value() [1/2]

const GDBMIValueSafePtr& nemiver::GDBMIResult::value ( ) const
inline

◆ value() [2/2]

void nemiver::GDBMIResult::value ( const GDBMIValueSafePtr a_in)
inline

◆ variable() [1/2]

const UString& nemiver::GDBMIResult::variable ( ) const
inline

◆ variable() [2/2]

void nemiver::GDBMIResult::variable ( const UString a_in)
inline

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