|
memex
|
#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | memex |
Enumerations | |
| enum class | memex::Error { memex::AlreadyAttached , memex::InvalidPID , memex::AccessDenied , memex::OpenFailed , memex::TerminateFailed , memex::InvalidHandle , memex::ProcessNotFound , memex::ProcFirstFailed , memex::SnapshotFailed , memex::ModFirstFailed , memex::ModuleNotFound } |
| An enumeration of error codes that can be returned by the library. More... | |
Functions | |
| constexpr std::string_view | memex::parseError (Error error) |
| Converts an error code to its string representation. | |