! * @brief This function set information about if member contains string data type. * * @return Information about if member contains string data type. */
| 141 | * @return Information about if member contains string data type. |
| 142 | */ |
| 143 | bool getContainString() { return m_containString; } |
| 144 | |
| 145 | /*! |
| 146 | * @brief This function returns information if parameter is byref. |
no outgoing calls
no test coverage detected