KDECore
kencodingprober::nsCodingStateMachine Class Reference
#include <nsCodingStateMachine.h>
Public Member Functions | |
const char * | GetCodingStateMachine () |
unsigned int | GetCurrentCharLen (void) |
nsSMState | NextState (char c) |
nsCodingStateMachine (SMModel *sm) | |
void | Reset (void) |
Protected Attributes | |
unsigned int | mCurrentBytePos |
unsigned int | mCurrentCharLen |
nsSMState | mCurrentState |
SMModel * | mModel |
Detailed Description
Definition at line 53 of file nsCodingStateMachine.h.
Constructor & Destructor Documentation
kencodingprober::nsCodingStateMachine::nsCodingStateMachine | ( | SMModel * | sm | ) | [inline] |
Definition at line 55 of file nsCodingStateMachine.h.
Member Function Documentation
const char* kencodingprober::nsCodingStateMachine::GetCodingStateMachine | ( | ) | [inline] |
Definition at line 75 of file nsCodingStateMachine.h.
unsigned int kencodingprober::nsCodingStateMachine::GetCurrentCharLen | ( | void | ) | [inline] |
Definition at line 73 of file nsCodingStateMachine.h.
nsSMState kencodingprober::nsCodingStateMachine::NextState | ( | char | c | ) | [inline] |
Definition at line 59 of file nsCodingStateMachine.h.
void kencodingprober::nsCodingStateMachine::Reset | ( | void | ) | [inline] |
Definition at line 74 of file nsCodingStateMachine.h.
Member Data Documentation
unsigned int kencodingprober::nsCodingStateMachine::mCurrentBytePos [protected] |
Definition at line 94 of file nsCodingStateMachine.h.
unsigned int kencodingprober::nsCodingStateMachine::mCurrentCharLen [protected] |
Definition at line 93 of file nsCodingStateMachine.h.
Definition at line 75 of file nsCodingStateMachine.h.
SMModel* kencodingprober::nsCodingStateMachine::mModel [protected] |
Definition at line 96 of file nsCodingStateMachine.h.
The documentation for this class was generated from the following file: