| 142 | inline iterator(const FLArrayIterator &i) :FLArrayIterator(i) { } |
| 143 | inline Value value() const; |
| 144 | inline uint32_t count() const {return FLArrayIterator_GetCount(this);} |
| 145 | inline bool next(); |
| 146 | inline valueptr operator -> () const {return valueptr(value());} |
| 147 | inline Value operator * () const {return value();} |
nothing calls this directly
no test coverage detected