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 FS1
factors that were removed
CFList FS2
candidate factors that might get removed

◆ operator=() [2/3]

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

Definition at line 1200 of file factory.h.

1201  {
1202  if ( this != &value )
1203  {
1204  FS1 = value.FS1;
1205  FS2 = value.FS2;
1206  }
1207  return *this;
1208  }
CFList FS1
factors that were removed
CFList FS2
candidate factors that might get removed

◆ operator=() [3/3]

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

Definition at line 1200 of file factory.h.

1201  {
1202  if ( this != &value )
1203  {
1204  FS1 = value.FS1;
1205  FS2 = value.FS2;
1206  }
1207  return *this;
1208  }
CFList FS1
factors that were removed
CFList FS2
candidate factors that might get 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 files: