FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
CMScanner Class Reference

#include <CMScanner.h>

Public Member Functions

 CMScanner (void)
 
int Scan (wchar_t const *)
 
void ReduceObjects (void)
 

Protected Member Functions

int ScanDelim (wchar_t const *)
 
int ScanDigits (wchar_t const *, int &)
 
int ScanInt (wchar_t const *, int &)
 
int ScanMinus (wchar_t const *)
 
int ScanMultiplier (wchar_t const *)
 
int ScanReal (wchar_t const *, double &)
 
int ScanReal (wchar_t const *, double &, int &)
 
int ScanText (wchar_t const *)
 
int ScanTextLength (wchar_t const *, int &)
 
int ScanTextLength (wchar_t const *, wchar_t, int &)
 
int ScanToken (wchar_t const *)
 

Detailed Description

Definition at line 20 of file CMScanner.h.

Constructor & Destructor Documentation

◆ CMScanner()

CMScanner::CMScanner ( void )

Member Function Documentation

◆ ReduceObjects()

void CMScanner::ReduceObjects ( void )

◆ Scan()

int CMScanner::Scan ( wchar_t const * )

◆ ScanDelim()

int CMScanner::ScanDelim ( wchar_t const * )
protected

◆ ScanDigits()

int CMScanner::ScanDigits ( wchar_t const * ,
int &  )
protected

◆ ScanInt()

int CMScanner::ScanInt ( wchar_t const * ,
int &  )
protected

◆ ScanMinus()

int CMScanner::ScanMinus ( wchar_t const * )
protected

◆ ScanMultiplier()

int CMScanner::ScanMultiplier ( wchar_t const * )
protected

◆ ScanReal() [1/2]

int CMScanner::ScanReal ( wchar_t const * ,
double &  )
protected

◆ ScanReal() [2/2]

int CMScanner::ScanReal ( wchar_t const * ,
double & ,
int &  )
protected

◆ ScanText()

int CMScanner::ScanText ( wchar_t const * )
protected

◆ ScanTextLength() [1/2]

int CMScanner::ScanTextLength ( wchar_t const * ,
int &  )
protected

◆ ScanTextLength() [2/2]

int CMScanner::ScanTextLength ( wchar_t const * ,
wchar_t ,
int &  )
protected

◆ ScanToken()

int CMScanner::ScanToken ( wchar_t const * )
protected

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