Lattice Builder
Software Package for Constructing Rank-1 Lattices
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Groups Pages
LatBuilder::Parser::CoordSymFigureOfMerit Struct Reference

Parser for coordinate-symmetric figures of merit. More...

#include <CoordSymFigureOfMerit.h>

Classes

struct  ParseKernel
 

Static Public Member Functions

template<typename FUNC , typename... ARGS>
static void parse (const std::string &strNorm, const std::string &str, std::unique_ptr< LatCommon::Weights > weights, FUNC &&func, ARGS &&...args)
 Parses a string specifying a coordinate-symmetric figure of merit. More...
 

Detailed Description

Parser for coordinate-symmetric figures of merit.

Member Function Documentation

template<typename FUNC , typename... ARGS>
static void LatBuilder::Parser::CoordSymFigureOfMerit::parse ( const std::string &  strNorm,
const std::string &  str,
std::unique_ptr< LatCommon::Weights >  weights,
FUNC &&  func,
ARGS &&...  args 
)
inlinestatic

Parses a string specifying a coordinate-symmetric figure of merit.

Example strings: sum:P2, sum:P4, sum:P6

Examples:
quantiles.cc.

References LatBuilder::Parser::Kernel::parse().

Referenced by LatBuilder::Parser::FigureOfMerit::parse().


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