Main Page
Namespaces
Classes
Files
File List
File Members
libism
ISM
common_type
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
}
ISM::Pattern
Definition:
Pattern.hpp:29
ISM::Pattern::name
std::string name
Definition:
Pattern.hpp:30
ISM::operator<<
std::ostream & operator<<(std::ostream &strm, const ISM::ObjectRelation &r)
Definition:
ObjectRelation.cpp:167
Pattern.hpp
ISM::PatternPtr
boost::shared_ptr< Pattern > PatternPtr
Definition:
Pattern.hpp:36
ISM
this namespace contains all generally usable classes.
Definition:
AcceptanceFunction.hpp:22
ISM::Pattern::expectedMaxWeight
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