regular_chain< R > Struct Template Reference

#include <bad.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename R>
struct mmx::regular_chain< R >

Definition at line 25 of file bad.hpp.


Constructor & Destructor Documentation

regular_chain (  )  [inline]

Definition at line 28 of file bad.hpp.

00028 {}

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 {


Member Function Documentation

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; }


Member Data Documentation

Definition at line 26 of file bad.hpp.

pair<vector<R>, vector<generic> > rep

Definition at line 27 of file bad.hpp.

Referenced by regular_chain< R >::operator*().


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for mblad by  doxygen 1.6.1