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

Method setBoolean

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

Source from the content-addressed store, hash-verified

229void Type::setTypeName(std::string TypeName) { this->TypeName = TypeName; }
230
231void Type::setBoolean(bool Boolean) { this->Boolean = Boolean; }
232
233void Type::setGlobalDef(std::shared_ptr<Enum> GlobalDef) {
234 this->GlobalDef = GlobalDef;

Callers 3

createPrimitiveTypeMethod · 0.80
createEnumTypeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64