| 1655 | FastVector<unsigned int> NodeBreakOp::fixQueue; |
| 1656 | |
| 1657 | NodeBreakOp::NodeBreakOp(unsigned int brDepth) |
| 1658 | { |
| 1659 | nodeType = typeNodeBreakOp; |
| 1660 | |
| 1661 | breakDepth = brDepth; |
| 1662 | } |
| 1663 | NodeBreakOp::~NodeBreakOp() |
| 1664 | { |
| 1665 | } |
nothing calls this directly
no outgoing calls
no test coverage detected