#include <inspect.hh>
Public Member Functions | |
virtual bool | apply (int argc, char *const argv[]) |
virtual void | help (std::ostream &out) const |
Inspect () |
Definition at line 6 of file inspect.hh.
Inspect::Inspect | ( | ) |
Definition at line 8 of file inspect.cc.
bool Inspect::apply | ( | int | argc, |
char *const | argv[] | ||
) | [virtual] |
Implements Mode.
Definition at line 11 of file inspect.cc.
void Inspect::help | ( | std::ostream & | out | ) | const [virtual] |
Implements Mode.
Definition at line 21 of file inspect.cc.