18 lines
272 B
C++
18 lines
272 B
C++
#ifndef ____ifrow_h__
|
|
#define ____ifrow_h__
|
|
|
|
#include "Tag.h"
|
|
|
|
namespace jet {
|
|
|
|
class __ifrow : public Tag {
|
|
|
|
public:
|
|
__ifrow(coreutils::ZString &in, coreutils::MString &parentOut, Global &global, Tag *parent, Tag *local);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|