SkMetaData::Iter Class Reference

#include <SkMetaData.h>

Collaboration diagram for SkMetaData::Iter:
[legend]

List of all members.

Public Member Functions

 Iter ()
 Iter (const SkMetaData &)
void reset (const SkMetaData &)
const char * next (Type *, int *count)

Detailed Description

Definition at line 95 of file SkMetaData.h.


Constructor & Destructor Documentation

SkMetaData::Iter::Iter (  )  [inline]

Definition at line 97 of file SkMetaData.h.

SkMetaData::Iter::Iter ( const SkMetaData  ) 

Member Function Documentation

const char* SkMetaData::Iter::next ( Type *  ,
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).

void SkMetaData::Iter::reset ( const SkMetaData  ) 

Reset the iterator, so that calling next() will return the first data element. This is done implicitly in the constructor.


The documentation for this class was generated from the following file:

Generated on Tue Oct 20 10:33:04 2009 for Skia by  doxygen 1.6.1