gatelib
2.1
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
include
common
_g_ref
SemaphoreAnonymous.h
1
#pragma once
2
3
class
SemaphoreAnonymousRef
:
public
g::cont::ref
<SemaphoreAnonymous>
4
{
5
public
:
6
7
static
ref<SemaphoreAnonymous> g_cont_new ( GUint32_t initial_count = 0 , AllocationPolicyAbstract* d_alloc_policy = AllocationPolicyAbstract::get_FromStandardPolicy ( ) )
8
{
9
SemaphoreAnonymousRef
result;
10
11
new
( result.mAllocateMemForObject(d_alloc_policy) )SemaphoreAnonymous( initial_count);
12
result.mIncRef ( );
13
14
return
result;
15
}
16
17
};
18
19
20
g::cont::ref
Definition:
g_cont_it_ref.h:10
SemaphoreAnonymousRef
Definition:
SemaphoreAnonymous.h:3
Generated on Fri Mar 6 2015 16:46:40 for gatelib by
1.8.9.1