Collaboration diagram for NnfwIterator functions:
|
Enumerations | |
| enum | NnfwIteratorElementTypes |
Functions | |
| C_NNFW_API int | NnfwIteratorSize (NnfwIterator *itera) |
| C_NNFW_API NnfwIteratorElementTypes | NnfwIteratorGetType (NnfwIterator *itera, int i) |
| C_NNFW_API int | NnfwIteratorIsCluster (NnfwIterator *itera, int i) |
| C_NNFW_API int | NnfwIteratorIsLinker (NnfwIterator *itera, int i) |
| C_NNFW_API NnfwCluster * | NnfwIteratorGetCluster (NnfwIterator *itera, int i) |
| C_NNFW_API NnfwLinker * | NnfwIteratorGetLinker (NnfwIterator *itera, int i) |
enum of possible types inside NnfwIterator
| C_NNFW_API NnfwCluster* NnfwIteratorGetCluster | ( | NnfwIterator * | itera, | |
| int | i | |||
| ) |
Return the i-th position element
| C_NNFW_API NnfwLinker* NnfwIteratorGetLinker | ( | NnfwIterator * | itera, | |
| int | i | |||
| ) |
Return the i-th position element
| C_NNFW_API NnfwIteratorElementTypes NnfwIteratorGetType | ( | NnfwIterator * | itera, | |
| int | i | |||
| ) |
Return the type of element at i-th position
| C_NNFW_API int NnfwIteratorIsCluster | ( | NnfwIterator * | itera, | |
| int | i | |||
| ) |
Return true is at i-th position there is a NnfwCluster
| C_NNFW_API int NnfwIteratorIsLinker | ( | NnfwIterator * | itera, | |
| int | i | |||
| ) |
Return true is at i-th position there is a NnfwLinker
| C_NNFW_API int NnfwIteratorSize | ( | NnfwIterator * | itera | ) |
Return the number of elements