MCPcopy Create free account
hub / github.com/Samsung/UTopia / setTypeName

Method setTypeName

lib/type/Type.cpp:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227void Type::setTypeSize(size_t TypeSize) { this->TypeSize = TypeSize; }
228
229void Type::setTypeName(std::string TypeName) { this->TypeName = TypeName; }
230
231void Type::setBoolean(bool Boolean) { this->Boolean = Boolean; }
232

Callers 3

createEnumTypeMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64