MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / isString

Method isString

erpcgen/src/types/DataType.hpp:193–193  ·  view source on GitHub ↗

! * @brief This function return "false" value as default for identify string type. * * @retval false Always return false. */

Source from the content-addressed store, hash-verified

191 * @retval false Always return false.
192 */
193 virtual bool isString() const { return false; }
194
195 /*!
196 * @brief This function return "false" value as default for identify ustring type.

Calls

no outgoing calls

Tested by

no test coverage detected