Infinity.BrowserIter¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
node |
r |
||
node_id |
r |
Methods¶
|
|
|
Details¶
- class Infinity.BrowserIter¶
The
Infinity.BrowserIterstructure is opaque, however it is guaranteed that it can be copied by value and does not hold any dynamic data that would need to be freed explicitly.- copy()¶
- Returns:
A newly-allocated copy of self.
- Return type:
Makes a dynamically allocated copy of self. This should not be used by applications because you can copy the structs by value.
- free()¶
Frees a
Infinity.BrowserIterallocated byInfinity.BrowserIter.copy().