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

Method Switch

src/OpenFOAM/primitives/bools/Switch/Switch.H:120–123  ·  view source on GitHub ↗

- Construct null as false

Source from the content-addressed store, hash-verified

118
119 //- Construct null as false
120 Switch()
121 :
122 switch_(Switch::FALSE)
123 {}
124
125 //- Construct from enumerated value
126 Switch(const switchType sw)

Callers

nothing calls this directly

Calls 1

stringClass · 0.50

Tested by

no test coverage detected