| 63 | |
| 64 | bool isCore() const noexcept { return IsCore; } |
| 65 | void setIsCore(const bool C) noexcept { IsCore = C; } |
| 66 | |
| 67 | CoreSortType getCoreSortType() const noexcept { return Type.CS; } |
| 68 | void setCoreSortType(const CoreSortType T) noexcept { Type.CS = T; } |
no outgoing calls