SkTDict< T > Class Template Reference

#include <SkTDict.h>

Collaboration diagram for SkTDict< T >:
Collaboration graph
[legend]

List of all members.

Classes

class  Iter
struct  Pair

Public Member Functions

 SkTDict (size_t minStringAlloc)
void reset ()
int count () const
bool set (const char name[], const T &value)
bool set (const char name[], size_t len, const T &value)
bool find (const char name[]) const
bool find (const char name[], size_t len) const
bool find (const char name[], T *value) const
bool find (const char name[], size_t len, T *value) const
bool findKey (T &value, const char **name) const

Friends

class Iter

Detailed Description

template<typename T>
class SkTDict< T >

Definition at line 24 of file SkTDict.h.


Constructor & Destructor Documentation

template<typename T>
SkTDict< T >::SkTDict ( size_t  minStringAlloc  )  [inline]

Definition at line 26 of file SkTDict.h.


Member Function Documentation

template<typename T>
int SkTDict< T >::count (  )  const [inline]

Definition at line 34 of file SkTDict.h.

template<typename T>
bool SkTDict< T >::find ( const char  name[],
size_t  len,
T *  value 
) const [inline]

Definition at line 79 of file SkTDict.h.

template<typename T>
bool SkTDict< T >::find ( const char  name[],
T *  value 
) const [inline]

Definition at line 74 of file SkTDict.h.

template<typename T>
bool SkTDict< T >::find ( const char  name[],
size_t  len 
) const [inline]

Definition at line 69 of file SkTDict.h.

template<typename T>
bool SkTDict< T >::find ( const char  name[]  )  const [inline]

Definition at line 64 of file SkTDict.h.

template<typename T>
bool SkTDict< T >::findKey ( T &  value,
const char **  name 
) const [inline]

Definition at line 92 of file SkTDict.h.

template<typename T>
void SkTDict< T >::reset (  )  [inline]

Definition at line 28 of file SkTDict.h.

template<typename T>
bool SkTDict< T >::set ( const char  name[],
size_t  len,
const T &  value 
) [inline]

Definition at line 41 of file SkTDict.h.

template<typename T>
bool SkTDict< T >::set ( const char  name[],
const T &  value 
) [inline]

Definition at line 36 of file SkTDict.h.


Friends And Related Function Documentation

template<typename T>
Iter [friend]

Definition at line 118 of file SkTDict.h.


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

Generated on Tue Oct 20 11:03:42 2009 for Skia by  doxygen 1.6.1