From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- other/Kermit/doc/API_doc/html/classSystemMap.html | 178 ++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 other/Kermit/doc/API_doc/html/classSystemMap.html (limited to 'other/Kermit/doc/API_doc/html/classSystemMap.html') diff --git a/other/Kermit/doc/API_doc/html/classSystemMap.html b/other/Kermit/doc/API_doc/html/classSystemMap.html new file mode 100644 index 0000000..1442b5d --- /dev/null +++ b/other/Kermit/doc/API_doc/html/classSystemMap.html @@ -0,0 +1,178 @@ + +
+
+#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
+
+
--
cgit v1.3