Implements iterator to iterate through the list of all factories on the map.
Usage:
foreach(factory in list) {
...
}
Definition at line 13 of file api_factory.cc.
◆ _get()
void factory_list_x::_get |
( |
| ) |
|
|
private |
Meta-method to be used in foreach loops. Do not call them directly.
◆ _nexti()
void factory_list_x::_nexti |
( |
| ) |
|
|
private |
Meta-method to be used in foreach loops. Do not call them directly.
◆ get_count()
integer factory_list_x::get_count |
( |
| ) |
|
Returns number of factories in the list.
The documentation for this class was generated from the following file: