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