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

Method setAnyCharacter

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

Source from the content-addressed store, hash-verified

221void Type::setNameSpace(std::string NameSpace) { this->NameSpace = NameSpace; }
222
223void Type::setAnyCharacter(bool AnyCharacter) {
224 this->AnyCharacter = AnyCharacter;
225}
226
227void Type::setTypeSize(size_t TypeSize) { this->TypeSize = TypeSize; }
228

Callers 3

createCharPointerTypeMethod · 0.80
createPrimitiveTypeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64