diff options
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> |
