| 32 | public: |
| 33 | explicit SLOAMNode(const ros::NodeHandle &nh); |
| 34 | SLOAMNode(const SLOAMNode &) = delete; |
| 35 | SLOAMNode operator=(const SLOAMNode &) = delete; |
| 36 | using Ptr = boost::shared_ptr<SLOAMNode>; |
| 37 | using ConstPtr = boost::shared_ptr<const SLOAMNode>; |
nothing calls this directly
no outgoing calls
no test coverage detected