| 28 | typedef db::array <db::Box, db::Trans> BoxArray; |
| 29 | |
| 30 | class MyBoxConvert |
| 31 | : public db::box_convert<db::Box> |
| 32 | { |
| 33 | // ... |
| 34 | }; |
| 35 | |
| 36 | std::string positions (const BoxArray &arr, const db::Point &pt, BoxArray::iterator it, db::ICplxTrans tr = db::ICplxTrans ()) |
| 37 | { |