MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / exists

Method exists

src/OSspecific/POSIX/regExp.H:138–141  ·  view source on GitHub ↗

- Does a precompiled expression exist?

Source from the content-addressed store, hash-verified

136
137 //- Does a precompiled expression exist?
138 inline bool exists() const
139 {
140 return preg_ ? true : false;
141 }
142
143 //- Return the number of (groups)
144 inline int ngroups() const

Callers 8

decomposeUniformFunction · 0.80
mainFunction · 0.80
isPatternMethod · 0.80
compileMethod · 0.80
recompileMethod · 0.80
matchMethod · 0.80
setControlsFunction · 0.80
timeSelector.CFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected