| 157 | } |
| 158 | |
| 159 | bool CCallVariable::getBool() |
| 160 | { |
| 161 | if (M_type != E_VT_BOOL) { |
| 162 | return false; |
| 163 | } |
| 164 | return(M_bool); |
| 165 | } |
| 166 | |
| 167 | // Constructor and destructor |
| 168 | CCallVariable::CCallVariable() |
nothing calls this directly
no outgoing calls
no test coverage detected