! * @brief This function is testing data type. * * @retval true When data type is ArrayType. * @retval false When data type isn't ArrayType. */
| 117 | * @retval false When data type isn't ArrayType. |
| 118 | */ |
| 119 | bool isArray() const { return (m_dataType == data_type_t::kArrayType); } |
| 120 | |
| 121 | /*! |
| 122 | * @brief This function return "false" value as default for identify binary type. |
no outgoing calls
no test coverage detected