11 lines
215 B
C++
11 lines
215 B
C++
#include "__jet.h"
|
|
#include <iostream>
|
|
|
|
namespace jet {
|
|
|
|
__jet::__jet(coreutils::ZString &in, coreutils::MString &parent, Global &global) : Tag(in, parent, global) {
|
|
processContainer(container);
|
|
}
|
|
}
|
|
|