diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 09:14:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 09:14:11 +0100 |
| commit | 5339d016c07bf717ee388f4feb73544087324af0 (patch) | |
| tree | 94be6f67ed626091f24aee24ec3b3be03d01e4e7 /html/hCore::Ref.html | |
git: port from mercurial repo.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'html/hCore::Ref.html')
| -rw-r--r-- | html/hCore::Ref.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/html/hCore::Ref.html b/html/hCore::Ref.html new file mode 100644 index 00000000..7d2db9bf --- /dev/null +++ b/html/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> |
