SourceForge.net Logo
BaseInteractiveDebugger::BreakPoint Struct Reference

#include <InteractiveDebugger.hpp>

Public Member Functions

 BreakPoint (const std::string &f, unsigned int l, unsigned int c, bool t)
 

Public Attributes

std::string file
 
unsigned int line
 
unsigned int column
 
bool temporary
 
bool disabled
 

Constructor & Destructor Documentation

◆ BreakPoint()

BaseInteractiveDebugger::BreakPoint::BreakPoint ( const std::string & f,
unsigned int l,
unsigned int c,
bool t )
inline

References column, disabled, file, line, and temporary.

Member Data Documentation

◆ column

unsigned int BaseInteractiveDebugger::BreakPoint::column

Referenced by BreakPoint().

◆ disabled

bool BaseInteractiveDebugger::BreakPoint::disabled

Referenced by BreakPoint().

◆ file

std::string BaseInteractiveDebugger::BreakPoint::file

Referenced by BreakPoint().

◆ line

unsigned int BaseInteractiveDebugger::BreakPoint::line

Referenced by BreakPoint().

◆ temporary

bool BaseInteractiveDebugger::BreakPoint::temporary

Referenced by BreakPoint().


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