Definition at line 8328 of file unit_generic.cpp.
Definition at line 8331 of file unit_generic.cpp.
References Cargo::GetCategory().
8333 std::string::const_iterator aiter = a.
GetCategory().begin();
8334 std::string::const_iterator aend = a.
GetCategory().end();
8335 std::string::const_iterator biter = b.
GetCategory().begin();
8336 std::string::const_iterator bend = b.
GetCategory().end();
8337 for (; aiter != aend && biter != bend; ++aiter, ++biter) {
8338 char achar = *aiter;
8339 char bchar = *biter;
The documentation for this class was generated from the following file: