#include <c4d_browsecontainer.h>
Helper class to browse a BaseContainer.
◆ BrowseContainer()
Constructs the browser for the provided container.
- Parameters
-
[in] | t_bc | The container to browse. The caller owns the pointed container. |
◆ GetNext()
Gets the next item in the container.
- Parameters
-
[in] | id | Assigned the ID of the next item. |
[in] | data | Assigned a pointer to the item's data. The container owns the pointed data. |
- Returns
- true if a new item was retrieved, otherwise false.
◆ Init()
Resets the browser to its construction state.
◆ handle
◆ bc