Constructor and destructor
| 166 | |
| 167 | // Constructor and destructor |
| 168 | CCallVariable::CCallVariable() |
| 169 | { |
| 170 | M_matchingValue = nullptr; |
| 171 | M_stringValue = nullptr; |
| 172 | M_nbOfMatchingValue = 0; |
| 173 | M_type = E_VT_UNDEFINED; |
| 174 | } |
| 175 | |
| 176 | CCallVariable::~CCallVariable() |
| 177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected