#include "smbios/compat.h"#include "smbios/types.h"#include "smbios/IFactory.h"#include "smbios/IException.h"#include "smbios/config/abi_prefix.hpp"#include "smbios/config/abi_suffix.hpp"Go to the source code of this file.
Namespaces | |
| namespace | memory |
Data Structures | |
| class | memory::MemoryFactory |
| class | memory::IMemory |
Functions | |
| DECLARE_EXCEPTION (MemoryException) | |
| Base class for all Memory operations. | |
| DECLARE_EXCEPTION_EX (AccessError, memory, MemoryException) | |
| DECLARE_EXCEPTION_EX (OutOfBounds, memory, MemoryException) | |
|
|
Base class for all Memory operations.
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.9.1