SkAutoAsciiToLC Class Reference

#include <SkTSearch.h>

List of all members.

Public Member Functions

 SkAutoAsciiToLC (const char str[], size_t len=(size_t)-1)
 ~SkAutoAsciiToLC ()
const char * lc () const
size_t length () const

Detailed Description

Helper class to convert a string to lower-case, but only modifying the ascii characters. This makes the routine very fast and never changes the string length, but it is not suitable for linguistic purposes. Normally this is used for buiding and searching string tables.

Definition at line 142 of file SkTSearch.h.


Constructor & Destructor Documentation

SkAutoAsciiToLC::SkAutoAsciiToLC ( const char  str[],
size_t  len = (size_t)-1 
)
SkAutoAsciiToLC::~SkAutoAsciiToLC (  ) 

Member Function Documentation

const char* SkAutoAsciiToLC::lc (  )  const [inline]

Definition at line 147 of file SkTSearch.h.

size_t SkAutoAsciiToLC::length (  )  const [inline]

Definition at line 148 of file SkTSearch.h.


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

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