| 74 | string DebugString() const; |
| 75 | int id() const { return id_; } |
| 76 | int cost_id() const { return cost_id_; } |
| 77 | const string& name() const; |
| 78 | void set_name(string name); |
| 79 | const string& type_string() const; |
no outgoing calls
no test coverage detected