#include <SystemMap.hpp>
Public Methods | |
| SystemMap (string file) | |
| Create a SystemMap object and read symbol names and addresses from a file. | |
| SystemMap () | |
| Create a SystemMap object and leave it empty. | |
| ~SystemMap () | |
| Foo. | |
| bool | contains (string) |
| Check if a symbol (by name) is part of the object. More... | |
| void | add (string name, unsigned int address) |
| Add a name, address pair to the object. More... | |
| unsigned int | operator[] (string name) |
| Random access operator for accessing elements in the form x = <name>[<symbol>]. More... | |
It maps names to addresses.
|
|||||||||||||||
|
Add a name, address pair to the object.
|
|
|
Check if a symbol (by name) is part of the object.
|
|
|
Random access operator for accessing elements in the form x = <name>[<symbol>].
|
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001