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

Method getIntType

erpcgen/src/Value.hpp:149–149  ·  view source on GitHub ↗

! * @brief This function returns signed/unsigned type. * * @return value IntegerValue type. */

Source from the content-addressed store, hash-verified

147 * @return value IntegerValue type.
148 */
149 int_type_t getIntType() { return m_intType; }
150
151 /*!
152 * @brief Casting operator.

Callers 2

handleBinaryOpMethod · 0.80
handleUnaryOpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected