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