FCCAnalyses
Loading...
Searching...
No Matches
WeaverInterface::PreprocessParams Struct Reference
Collaboration diagram for WeaverInterface::PreprocessParams:

Classes

struct  VarInfo
 

Public Member Functions

VarInfo info (const std::string &name) const
 
void dumpVars () const
 

Public Attributes

std::string name
 
size_t min_length {0}
 
size_t max_length {0}
 
std::vector< std::string > var_names
 
std::unordered_map< std::string, VarInfovar_info_map
 

Member Function Documentation

◆ dumpVars()

void WeaverInterface::PreprocessParams::dumpVars ( ) const

◆ info()

VarInfo WeaverInterface::PreprocessParams::info ( const std::string & name) const
inline

Member Data Documentation

◆ max_length

size_t WeaverInterface::PreprocessParams::max_length {0}

◆ min_length

size_t WeaverInterface::PreprocessParams::min_length {0}

◆ name

std::string WeaverInterface::PreprocessParams::name

◆ var_info_map

std::unordered_map<std::string, VarInfo> WeaverInterface::PreprocessParams::var_info_map

◆ var_names

std::vector<std::string> WeaverInterface::PreprocessParams::var_names

The documentation for this struct was generated from the following files: