19#ifndef BREAKPOINTMANAGER_HPP
20#define BREAKPOINTMANAGER_HPP
35 void addBreakpoint(
const std::string& _sFilename,
size_t nLine);
38 void passBreakpoints(
const std::map<std::string,std::vector<size_t> >& _mBreakpoints);
39 bool isBreakpoint(
const std::string& _sFilename,
size_t nLine);
std::map< std::string, std::vector< size_t > > mBreakpoints
void addBreakpoint(const std::string &_sFilename, size_t nLine)
bool isBreakpoint(const std::string &_sFilename, size_t nLine)
void removeBreakpoint(const std::string &_sFilename, size_t nLine)
void clearBreakpoints(const std::string &_sFilename)
void passBreakpoints(const std::map< std::string, std::vector< size_t > > &_mBreakpoints)