-------------------------------------------------------------------------------- Description: How many multi-hulls are in this DNS string --------------------------------------------------------------------------------
| 1086 | // How many multi-hulls are in this DNS string |
| 1087 | // -------------------------------------------------------------------------------- |
| 1088 | size_t EveSOFDNA::GetMultiHullCount() const |
| 1089 | { |
| 1090 | return m_hullDatas.size(); |
| 1091 | } |
| 1092 | |
| 1093 | const std::vector<std::string>& EveSOFDNA::GetHullNames() const |
| 1094 | { |
no test coverage detected