| 150 | { |
| 151 | public: |
| 152 | inline Stack (): lout::container::typed::Vector<Iterator> (4, false) { } |
| 153 | ~Stack (); |
| 154 | inline Iterator *getTop () { return get (size () - 1); } |
| 155 | inline void push (Iterator *it) { put(it, -1); } |
nothing calls this directly
no outgoing calls
no test coverage detected