# | Line 31 | Line 31 | private: | |
---|---|---|
31 | ext::Vector<Segment> segments; | |
32 | public: | |
33 | template <typename Type> | |
34 | < | void insert(const Type& type) { segments.InsertLast(type); } |
34 | > | void insert(const Type& type) { segments.InsertLast(type); } |
35 | void clean(); | |
36 | // friends: | |
37 | friend ios::PrintWriter& operator<<(ios::PrintWriter& pout, const Cleaner& cleaner); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |