nsCharSetProber.h File Reference

#include "nscore.h"
Include dependency graph for nsCharSetProber.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  nsCharSetProber

Defines

#define SHORTCUT_THRESHOLD   (float)0.95

Enumerations

enum  nsProbingState { eDetecting = 0, eFoundIt = 1, eNotMe = 2 }

Define Documentation

#define SHORTCUT_THRESHOLD   (float)0.95

Enumeration Type Documentation

Enumerator:
eDetecting 
eFoundIt 
eNotMe 

Definition at line 45 of file nsCharSetProber.h.

00045              {
00046   eDetecting = 0,   //We are still detecting, no sure answer yet, but caller can ask for confidence.
00047   eFoundIt = 1,     //That's a positive answer
00048   eNotMe = 2        //Negative answer
00049 } nsProbingState;

Generated by  doxygen 1.6.2-20100208