My Project
Loading...
Searching...
No Matches
__system.h
1
#ifndef ____system_h__
2
#define ____system_h__
3
4
#include "Tag.h"
5
6
namespace
jet {
7
8
class
__system
:
public
Tag
{
9
10
public
:
11
__system
(coreutils::ZString &in, coreutils::MString &parentOut,
Global
&global,
Tag
*parent,
Tag
*local);
12
13
private
:
14
int
pid;
15
int
status;
16
int
ix;
17
int
fdi[2];
18
int
fdo[2];
19
int
rc;
20
char
*argv[50];
21
22
};
23
24
}
25
26
#endif
jet::Global
Definition
Global.h:12
jet::Tag
Definition
Tag.h:19
jet::__system
Definition
__system.h:8
Generated by
1.9.8