Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
GDBLocalVariable Struct Reference

#include <parsewatchvalue.h>

Collaboration diagram for GDBLocalVariable:

Public Member Functions

 GDBLocalVariable (wxString const &nameValue, size_t start, size_t length)
 

Public Attributes

wxString name
 
wxString value
 
bool error
 

Detailed Description

Definition at line 17 of file parsewatchvalue.h.

Constructor & Destructor Documentation

◆ GDBLocalVariable()

GDBLocalVariable::GDBLocalVariable ( wxString const &  nameValue,
size_t  start,
size_t  length 
)

Definition at line 964 of file parsewatchvalue.cpp.

References wxString::substr(), wxString::Trim(), and wxT.

Member Data Documentation

◆ error

bool GDBLocalVariable::error

Definition at line 22 of file parsewatchvalue.h.

◆ name

wxString GDBLocalVariable::name

Definition at line 21 of file parsewatchvalue.h.

Referenced by operator<<(), and operator==().

◆ value

wxString GDBLocalVariable::value

Definition at line 21 of file parsewatchvalue.h.

Referenced by operator<<(), and operator==().


The documentation for this struct was generated from the following files: