Design Pattern Examples
Overview of object-oriented design patterns
DesignPatternExamples_python.adapter.adapter_frontendclass Namespace Reference

Classes

class  DataReaderWriter
 Represents a data reader/writer to a caller. More...
 
class  DataReaderWriterException
 Represents an error that occurred when reading or writing data in the Data reader/writer. More...
 
class  DataReaderWriterInitException
 Represents an error that occurred during initialization or shut down of the Data reader/writer. More...
 
class  MemoryBlock
 Represents the memory blocks that can be accessed. More...