------------------------------------------------------------------------------------------------
| 64 | |
| 65 | // ------------------------------------------------------------------------------------------------ |
| 66 | std::string AddEntityID(const std::string& s,uint64_t entity /*= ENTITY_NOT_SPECIFIED*/, const std::string& prefix = std::string()) { |
| 67 | return entity == STEP::TypeError::ENTITY_NOT_SPECIFIED ? prefix+s : static_cast<std::string>( (Formatter::format(),prefix,"(entity #",entity,") ",s)); |
| 68 | } |
| 69 | |
| 70 | |
| 71 | // ------------------------------------------------------------------------------------------------ |