My Project
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)
 
StoreFactorsoperator= (const StoreFactors &value)
 
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=() [1/3]

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

◆ operator=() [2/3]

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

Definition at line 1206 of file factory.h.

1207 {
1208 if ( this != &value )
1209 {
1210 FS1 = value.FS1;
1211 FS2 = value.FS2;
1212 }
1213 return *this;
1214 }

◆ operator=() [3/3]

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

Definition at line 1206 of file factory.h.

1207 {
1208 if ( this != &value )
1209 {
1210 FS1 = value.FS1;
1211 FS2 = value.FS2;
1212 }
1213 return *this;
1214 }

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 files: