My Project
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
StoreFactors Class Reference

class to store factors that get removed during char set computation More...

#include <cfCharSetsUtil.h>

Public Member Functions

StoreFactorsoperator= (const StoreFactors &value)
 

Data Fields

CFList FS1
 factors that were removed More...
 
CFList FS2
 candidate factors that might get removed More...
 

Detailed Description

class to store factors that get removed during char set computation

Definition at line 28 of file cfCharSetsUtil.h.

Member Function Documentation

◆ operator=()

StoreFactors & StoreFactors::operator= ( const StoreFactors value)
inline

Definition at line 33 of file cfCharSetsUtil.h.

34 {
35 if ( this != &value )
36 {
37 FS1 = value.FS1;
38 FS2 = value.FS2;
39 }
40 return *this;
41 }
CFList FS2
candidate factors that might get removed
CFList FS1
factors that were removed

Field Documentation

◆ FS1

CFList StoreFactors::FS1

factors that were removed

Definition at line 31 of file cfCharSetsUtil.h.

◆ FS2

CFList StoreFactors::FS2

candidate factors that might get removed

Definition at line 32 of file cfCharSetsUtil.h.


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