1 #ifndef XML_INPUT_OBJECT 2 #define XML_INPUT_OBJECT 4 #include "input_file.hpp" 10 static const std::string
import =
"import";
11 static const std::string
object =
"object";
12 static const std::string geometry =
"geometry";
13 static const std::string link =
"link";
14 static const std::string insert =
"insert";
15 static const std::string param =
"param";
16 static const std::string input =
"input";
18 const std::string& current_filename();
19 int current_random_seed();
21 loadable_Object::ref parse(std::istream& istr,
22 bool setup_logs =
true);
24 loadable_Object::ref parse_brief(std::istream& istr,
25 bool setup_logs =
true);
Definition: predikat_xml.cpp:7