26 #include <basic/Tracer.hh>
27 #include <utility/exit.hh>
35 #include <utility/vector1.hh>
38 static basic::Tracer
TR(
"protocols.jd2.Job");
46 : inner_job_(inner_job),
47 nstruct_index_(nstruct_index),
112 utility_exit_with_message(
"Programming error: you asked for Job::get_pose() but there is neither a job_inputter nor a pose loaded into the Job-Object ");
134 utility_exit_with_message(
"Programming error: you asked for Job::get_pose() but there is neither a job_inputter nor a pose loaded into the job-object");
203 out <<
" NULL" << std::endl;
209 <<
"long_strings:" << std::endl;
211 Strings::const_iterator
214 out << *s << std::endl;
219 <<
"String -> String Pairs:" << std::endl;
221 StringStringPairs::const_iterator
225 <<
"\t" << s->first <<
": " << s->second << std::endl;
228 out <<
"String -> Real Pairs:" << std::endl;
230 StringRealPairs::const_iterator
234 <<
"\t" << s->first <<
": " << s->second << std::endl;