76 virtual std::ostream &
toStream (std::ostream &
str)
const;
84 virtual std::ostream &
toXml (std::ostream &
str,
int indent )
const;
128 virtual constTypePtr
type ()
const;
130 YCodePtr
code ()
const;
136 #endif // YBreakpoint_h
YCodePtr m_code
Definition: YBreakpoint.h:44
YCode for precompiled ycp code.
Definition: YCode.h:75
#define str
Definition: scanner.cc:997
virtual YCPValue evaluate(bool cse=false)
Definition: YBreakpoint.cc:115
virtual std::ostream & toXml(std::ostream &str, int indent) const
Definition: YBreakpoint.cc:108
void setEnabled(bool enable)
Definition: YBreakpoint.cc:147
ykind
Definition: YCode.h:90
virtual bool isReferenceable() const
Definition: YBreakpoint.cc:81
bool enabled() const
Definition: YBreakpoint.cc:141
string m_name
Definition: YBreakpoint.h:46
virtual bool isStatement() const
Definition: YBreakpoint.cc:67
bool m_enabled
Definition: YBreakpoint.h:45
virtual bool isConstant() const
Definition: YBreakpoint.cc:60
virtual constTypePtr type() const
Definition: YBreakpoint.cc:135
virtual bool isBlock() const
Definition: YBreakpoint.cc:74
virtual ykind kind() const
Definition: YBreakpoint.h:64
virtual ~YBreakpoint()
Definition: YBreakpoint.cc:53
YBreakpoint wrapper for YCP debugger.
Definition: YBreakpoint.h:40
virtual string toString() const
Definition: YBreakpoint.cc:88
YBreakpoint(YCodePtr wrapped_ycp, string name)
Definition: YBreakpoint.cc:45
Wrapper for YCPValueRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPValueRep with the arrow operator. See YCPValueRep.
Definition: YCPValue.h:275
YCodePtr code() const
Definition: YBreakpoint.cc:94
virtual std::ostream & toStream(std::ostream &str) const
Definition: YBreakpoint.cc:101