|
srecord
1.65.0
|
#include <string>#include <srecord/defcon.h>#include <srecord/input.h>#include <srecord/memory/chunk.h>#include <srecord/memory/walker.h>#include <srecord/string.h>

Go to the source code of this file.
Classes | |
| class | srecord::memory |
| The srecord::memory class is used to simulate memory contents. More... | |
Namespaces | |
| srecord | |
Functions | |
| bool | operator== (const srecord::memory &, const srecord::memory &) |
| The equality operator. More... | |
| bool | operator!= (const srecord::memory &, const srecord::memory &) |
| The inequality operator. More... | |
| bool operator== | ( | const srecord::memory & | , |
| const srecord::memory & | |||
| ) |
The equality operator.
Used to test if two srecord::memory objects are equal. Calls the srecord::memory::equal() method.
| bool operator!= | ( | const srecord::memory & | , |
| const srecord::memory & | |||
| ) |
The inequality operator.
Used to test if two srecord::memory objects are not equal. Calls the srecord::memory::equal() method.