My Project
Loading...
Searching...
No Matches
__ifrow.h
1#ifndef ____ifrow_h__
2#define ____ifrow_h__
3
4#include "Tag.h"
5
6namespace jet {
7
8 class __ifrow : public Tag {
9
10 public:
11 __ifrow(coreutils::ZString &in, coreutils::MString &parentOut, Global &global, Tag *parent, Tag *local);
12
13 };
14
15}
16
17#endif
Definition Global.h:12
Definition Tag.h:19
Definition __ifrow.h:8