Set if C support is enabled \param newValue true to enable C support, false to disable it
| 130 | /// Set if C support is enabled |
| 131 | /// \param newValue true to enable C support, false to disable it |
| 132 | void setCEnabled(bool newValue) { mCEnabled = true; } |
| 133 | |
| 134 | /// Gets if C support is enabled |
| 135 | /// \return true if C support is enabled |