summaryrefslogtreecommitdiffhomepage
path: root/html/hCore::Ref.html
blob: 7d2db9bf2570214d1f6bb504bf7cb60f6a45ee98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>