Skip to content

Commit c9d8f49

Browse files
Site changes [skip-ci]
1 parent 4bfdef0 commit c9d8f49

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

_data/ref/alpha/engine-dlib-src-dmsdk-dlib-object_pool-h.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,38 @@
169169
"tparams": [],
170170
"type": "FUNCTION"
171171
},
172+
{
173+
"brief": "Get object pointer from logical index",
174+
"description": "Get object pointer from logical index",
175+
"error": "",
176+
"examples": "",
177+
"language": "",
178+
"members": [],
179+
"name": "GetPtr",
180+
"notes": [],
181+
"parameters": [
182+
{
183+
"doc": "index of the object",
184+
"is_optional": "False",
185+
"name": "index",
186+
"types": [
187+
"uint32_t"
188+
]
189+
}
190+
],
191+
"replaces": "",
192+
"returnvalues": [
193+
{
194+
"doc": "a pointer to the object. Null if the logical index wasn't valid",
195+
"name": "object",
196+
"types": [
197+
"T*"
198+
]
199+
}
200+
],
201+
"tparams": [],
202+
"type": "FUNCTION"
203+
},
172204
{
173205
"brief": "Get the array of currently active objects",
174206
"description": "Get the array of currently active objects",

0 commit comments

Comments
 (0)