EntropyEngine::Core::IO::PackageResult< void >
EntropyEngine::Core::IO::PackageResult< void >
Section titled “EntropyEngine::Core::IO::PackageResult< void >”Specialization for void result (operations that don’t return a value).
#include <PackageTypes.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| bool | [success](/api/EntropyEngine/Core/IO/PackageResult< void >/#function-success)() const |
| PackageResult< void > | [ok](/api/EntropyEngine/Core/IO/PackageResult< void >/#function-ok)() |
| bool | [failed](/api/EntropyEngine/Core/IO/PackageResult< void >/#function-failed)() const |
| PackageResult< void > | [err](/api/EntropyEngine/Core/IO/PackageResult< void >/#function-err)(PackageError e, std::string msg ="") |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| void | [value](/api/EntropyEngine/Core/IO/PackageResult< void >/#variable-value) |
| std::string | [errorMessage](/api/EntropyEngine/Core/IO/PackageResult< void >/#variable-errormessage) |
| PackageError | [error](/api/EntropyEngine/Core/IO/PackageResult< void >/#variable-error) |
Public Functions Documentation
Section titled “Public Functions Documentation”function success
Section titled “function success”inline bool success() constfunction ok
Section titled “function ok”static inline PackageResult< void > ok()function failed
Section titled “function failed”inline bool failed() constfunction err
Section titled “function err”static inline PackageResult< void > err( PackageError e, std::string msg ="")Public Attributes Documentation
Section titled “Public Attributes Documentation”variable value
Section titled “variable value”void value;variable errorMessage
Section titled “variable errorMessage”std::string errorMessage;variable error
Section titled “variable error”PackageError error = PackageError::None;Updated on 2026-01-26 at 17:14:35 -0500