Infinity.BrowserIter

Fields

Name

Type

Access

Description

node

object

r

node_id

int

r

Methods

copy ()

free ()

Details

class Infinity.BrowserIter

The Infinity.BrowserIter structure 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:

Infinity.BrowserIter

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.BrowserIter allocated by Infinity.BrowserIter.copy().