Zero
0.1.0
src
cmd
loginspect
logcat.h
Go to the documentation of this file.
1
#ifndef __LOGCAT_H
2
#define __LOGCAT_H
3
4
#include "
command.h
"
5
6
class
LogCat
:
public
LogScannerCommand
{
7
public
:
8
void
usage
();
9
10
void
run
();
11
12
void
setupOptions
();
13
};
14
15
#endif // __LOGCAT_H
command.h
LogCat::run
void run()
Definition:
logcat.cpp:19
LogCat::usage
void usage()
LogScannerCommand
Definition:
command.h:70
LogCat::setupOptions
void setupOptions()
Definition:
logcat.cpp:15
LogCat
Definition:
logcat.h:6
Generated by
1.8.12