My Project
Loading...
Searching...
No Matches
__read.h
1
#ifndef ____read_h__
2
#define ____read_h__
3
4
#include "Tag.h"
5
6
namespace
jet {
7
8
class
__read
:
public
Tag
{
9
10
public
:
11
__read
(coreutils::ZString &in, coreutils::MString &parentOut,
Global
&global,
Tag
*parent,
Tag
*local);
12
13
private
:
14
int
fd;
15
int
len;
16
char
buffer[4096];
17
18
};
19
20
}
21
22
#endif
jet::Global
Definition
Global.h:12
jet::Tag
Definition
Tag.h:19
jet::__read
Definition
__read.h:8
Generated by
1.9.8