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

Method isAlias

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

! * @brief This function is testing data type. * * @retval true When data type is AliasType. * @retval false When data type isn't AliasType. */

Source from the content-addressed store, hash-verified

109 * @retval false When data type isn't AliasType.
110 */
111 bool isAlias() const { return (m_dataType == data_type_t::kAliasType); }
112
113 /*!
114 * @brief This function is testing data type.

Callers 2

getTrueDataTypeMethod · 0.95
getScalarTypenameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected