#include <string>
#include <iostream>
#include <iomanip>
#include "JSystem/JShell.hh"
#include "JSystem/JSystemToolkit.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
Example program to use JSYSTEM::ls.
- Author
- mdejong
Definition in file JLs.cc.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 17 of file JLs.cc.
26 JParser<> zap(
"Example program to test class inspection.");
32 catch(
const exception &error) {
33 FATAL(error.what() << endl);
38 for (
int i = 1; i != argc; ++i) {
43 ls buffer(option.c_str());
45 for (ls::const_iterator i = buffer.begin(); i != buffer.end(); ++i) {