srecord  1.65.0
memory.h File Reference
#include <string>
#include <srecord/defcon.h>
#include <srecord/input.h>
#include <srecord/memory/chunk.h>
#include <srecord/memory/walker.h>
#include <srecord/string.h>
Include dependency graph for memory.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ operator==()

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.

◆ operator!=()

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.