Flutter Engine
The Flutter Engine
|
#include <SkMetaData.h>
Public Member Functions | |
Iter () | |
Iter (const SkMetaData &) | |
void | reset (const SkMetaData &) |
const char * | next (Type *, int *count) |
Definition at line 69 of file SkMetaData.h.
|
inline |
Definition at line 71 of file SkMetaData.h.
SkMetaData::Iter::Iter | ( | const SkMetaData & | metadata | ) |
Definition at line 219 of file SkMetaData.cpp.
const char * SkMetaData::Iter::next | ( | SkMetaData::Type * | t, |
int * | count | ||
) |
Each time next is called, it returns the name of the next data element, or null when there are no more elements. If non-null is returned, then the element's type is returned (if not null), and the number of data values is returned in count (if not null).
Definition at line 227 of file SkMetaData.cpp.
void SkMetaData::Iter::reset | ( | const SkMetaData & | metadata | ) |
Reset the iterator, so that calling next() will return the first data element. This is done implicitly in the constructor.
Definition at line 223 of file SkMetaData.cpp.