diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 15:14:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 15:14:37 +0100 |
| commit | b89b9bc8ec4955f3eef3d34a4c917ace0a5cf2d9 (patch) | |
| tree | 4d82f613f7e2fbb306fb9ab8b86506b4334ebeee /Private/Documentation/hCore::Ref.html | |
| parent | e8af9b5cdc8efd7eee7a53c6fd78918fa2b0a810 (diff) | |
Bootloader: Add support for Boot Services.
Kernel: Did refactor to code in Drive Manager, XPM has become EPM.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/Documentation/hCore::Ref.html')
| -rw-r--r-- | Private/Documentation/hCore::Ref.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Private/Documentation/hCore::Ref.html b/Private/Documentation/hCore::Ref.html new file mode 100644 index 00000000..89c82dab --- /dev/null +++ b/Private/Documentation/hCore::Ref.html @@ -0,0 +1,20 @@ +<title> + hCore::Ref - hCore documentation. +</title> + +<h1> + hCore::Ref +</h1> + +<ul> + <li>Ref::Ref()</li> + <li>Ref::~Ref()</li> + + <li>Ref::Ref(T cls, const bool& strong = false)</li> + + <li>T operator->() const</li> + <li>T operator*()</li> + <li>operator bool()</li> + <li>bool IsStrong() const</li> + <li>T& Leak()</li> +</ul> |
