Package crawler. Create one of these to operate on a package tree. Call public methods inherited from Rosstackage. More...
#include <rospack.h>
Public Member Functions | |
virtual std::string | get_manifest_type () |
Rospack () | |
Constructor. | |
virtual const char * | usage () |
Usage statement. |
Package crawler. Create one of these to operate on a package tree. Call public methods inherited from Rosstackage.
Constructor.
Definition at line 2223 of file rospack.cpp.
std::string rospack::Rospack::get_manifest_type | ( | ) | [virtual] |
Reimplemented from rospack::Rosstackage.
Definition at line 2268 of file rospack.cpp.
const char * rospack::Rospack::usage | ( | ) | [virtual] |
Usage statement.
Reimplemented from rospack::Rosstackage.
Definition at line 2232 of file rospack.cpp.