#include <boost/tr1/unordered_set.hpp>
#include <boost/tr1/unordered_map.hpp>
#include <list>
#include <map>
#include <set>
#include <string>
#include <vector>
#include "macros.h"
#include "rospack/rospack_backcompat.h"
Go to the source code of this file.
Classes | |
class | rospack::Rospack |
Package crawler. Create one of these to operate on a package tree. Call public methods inherited from Rosstackage. More... | |
class | rospack::Rosstack |
Stack crawler. Create one of these to operate on a stack tree. Call public methods inherited from Rosstackage. More... | |
class | rospack::Rosstackage |
The base class for package/stack ("stackage") crawlers. Users of the library should use the functionality provided here through one of the derived classes, Rosstack or Rospack. More... | |
Namespaces | |
namespace | rospack |
Enumerations | |
enum | rospack::traversal_order_t { rospack::POSTORDER, rospack::PREORDER } |