#include <bad.hpp>
Definition at line 25 of file bad.hpp.
regular_chain | ( | ) | [inline] |
regular_chain | ( | const pair< vector< R >, vector< generic > > & | rep2 | ) | [inline] |
Definition at line 29 of file bad.hpp.
00029 : 00030 rep (rep2) {} inline regular_chain (const regular_chain<R>& chain) :
regular_chain | ( | const regular_chain< R > & | chain | ) | [inline] |
Definition at line 31 of file bad.hpp.
00031 : 00032 rep (*chain) {} inline regular_chain (const vector<R>& decision_system,
regular_chain | ( | const vector< R > & | decision_system, | |
const vector< generic > & | attrib | |||
) | [inline] |
Definition at line 33 of file bad.hpp.
00034 : 00035 rep (decision_system, attrib) {} inline pair<vector<R>, vector<generic> > operator * () const {
pair<vector<R>, vector<generic> > operator* | ( | ) | const [inline] |
Definition at line 36 of file bad.hpp.
References regular_chain< R >::rep.
00036 { 00037 return rep; }
pair<vector<R>, vector<generic> > rep |
Definition at line 27 of file bad.hpp.
Referenced by regular_chain< R >::operator*().