Nektar++
Public Member Functions | Public Attributes | List of all members
Nektar::MetricRegexFieldValue Struct Reference

Data structure for a Regex value to match. More...

#include <MetricRegex.h>

Public Member Functions

 MetricRegexFieldValue ()
 
 MetricRegexFieldValue (std::string value)
 

Public Attributes

std::string m_value = ""
 
bool m_useTolerance = false
 
double m_tolerance = 0.0
 
bool m_useIntTolerance = false
 
int m_intTolerance = 0
 

Detailed Description

Data structure for a Regex value to match.

Definition at line 48 of file MetricRegex.h.

Constructor & Destructor Documentation

◆ MetricRegexFieldValue() [1/2]

Nektar::MetricRegexFieldValue::MetricRegexFieldValue ( )
inline

Definition at line 50 of file MetricRegex.h.

51 {
52 }

◆ MetricRegexFieldValue() [2/2]

Nektar::MetricRegexFieldValue::MetricRegexFieldValue ( std::string  value)
inline

Definition at line 54 of file MetricRegex.h.

54 : m_value(value)
55 {
56 }

Member Data Documentation

◆ m_intTolerance

int Nektar::MetricRegexFieldValue::m_intTolerance = 0

◆ m_tolerance

double Nektar::MetricRegexFieldValue::m_tolerance = 0.0

◆ m_useIntTolerance

bool Nektar::MetricRegexFieldValue::m_useIntTolerance = false

◆ m_useTolerance

bool Nektar::MetricRegexFieldValue::m_useTolerance = false

◆ m_value

std::string Nektar::MetricRegexFieldValue::m_value = ""