#include <linemap.h>

Public Member Functions | |
| void | addEntry (uint32 pcounter, uint32 line) |
| LineMap () | |
| bool | load (Stream *in) |
| bool | save (Stream *out) const |
| ~LineMap () | |
The aim of this class is to map a certain code position with a line number in the source file, so to allow debugging of the modules. (int32,int32)
| Falcon::LineMap::LineMap | ( | ) |
| Falcon::LineMap::~LineMap | ( | ) | [inline] |
| bool Falcon::LineMap::load | ( | Stream * | in | ) |
| bool Falcon::LineMap::save | ( | Stream * | out | ) | const |
1.5.8