Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Tokenizers Struct Reference

List of all members.

Static Public Member Functions

static this ()

Static Public Attributes

static LineScanner eol
static LineTokenizer line
static SpaceTokenizer space
static PunctTokenizer punct
static SimpleTokenizer comma

Detailed Description

It's convenient to have some simple tokenizers available without constructing them, so we provide a few to get going with.

Note that these Tokenizers do not maintain any state of their own. Thus they are all thread-safe.

Definition at line 489 of file Tokenizer.d.


Member Function Documentation

static this  )  [inline, static]
 

Make a few common tokenizers available as singletons

Definition at line 503 of file Tokenizer.d.

References comma, eol, line, punct, and space.


Member Data Documentation

LineScanner eol [static]
 

Definition at line 491 of file Tokenizer.d.

Referenced by this().

LineTokenizer line [static]
 

Definition at line 492 of file Tokenizer.d.

Referenced by this().

SpaceTokenizer space [static]
 

Definition at line 493 of file Tokenizer.d.

Referenced by this().

PunctTokenizer punct [static]
 

Definition at line 494 of file Tokenizer.d.

Referenced by this().

SimpleTokenizer comma [static]
 

Definition at line 495 of file Tokenizer.d.

Referenced by this().


The documentation for this struct was generated from the following file:
Generated on Fri May 27 18:12:04 2005 for Mango by  doxygen 1.4.0