libsmbios_c library
|
#include "smbios/compat.h"
#include <string>
#include <exception>
#include "smbios/types.h"
#include "smbios/config/abi_prefix.hpp"
#include "smbios/config/abi_suffix.hpp"
Go to the source code of this file.
Data Structures | |
class | smbios::IException |
Base class for all Abstract Exceptions. More... |
Namespaces | |
namespace | smbios |
Macros | |
#define | DECLARE_EXCEPTION_EX(excName, namespace, superclass) |
#define | DECLARE_EXCEPTION(excName) DECLARE_EXCEPTION_EX( excName, smbios, IException ) |
Functions | |
smbios::DECLARE_EXCEPTION (NotImplemented) | |
smbios::DECLARE_EXCEPTION (InternalError) | |
smbios::DECLARE_EXCEPTION (PermissionException) |
#define DECLARE_EXCEPTION | ( | excName | ) | DECLARE_EXCEPTION_EX( excName, smbios, IException ) |
#define DECLARE_EXCEPTION_EX | ( | excName, | |
namespace, | |||
superclass | |||
) |