Pattern.cpp
Go to the documentation of this file.
1 
18 #include "Pattern.hpp"
19 
20 namespace ISM{
21  std::ostream& operator<<(std::ostream &strm, const ISM::Pattern &p) {
22  return strm<<"pattern: ["<<p.name<<";"<<p.expectedMaxWeight<<"]";
23  }
24 
25  std::ostream& operator<<(std::ostream &strm, const ISM::PatternPtr &p) {
26  return strm<<(*p);
27  }
28 }
std::string name
Definition: Pattern.hpp:30
std::ostream & operator<<(std::ostream &strm, const ISM::ObjectRelation &r)
boost::shared_ptr< Pattern > PatternPtr
Definition: Pattern.hpp:36
this namespace contains all generally usable classes.
int expectedMaxWeight
Definition: Pattern.hpp:31


asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:40