Home
last modified time | relevance | path

Searched refs:CMutableMarkov (Results 1 – 4 of 4) sorted by relevance

/dports/games/tycho/species/
H A Dinst_gen_markov_2.hpp90 class CMutableMarkov { class in CInstGeneratorMarkov2
93 CMutableMarkov(); // default is only appropriate for root
94 CMutableMarkov(const u16_t in);
95 ~CMutableMarkov();
99 CMutableMarkov *get(const u16_t in); // this can be a setter too
107 bool operator<(const CMutableMarkov &other) const { return in() < other.in(); } in operator <()
111 typedef std::list<CMutableMarkov*> TChain;
119 static bool comp(const CMutableMarkov *a,const CMutableMarkov *b) { return *a < *b; } in comp()
121 friend class CMutableMarkov;
H A Dinst_gen_markov_2.cpp30 CInstGeneratorMarkov2::CMutableMarkov::CMutableMarkov(): _chain() { in CMutableMarkov() function in CInstGeneratorMarkov2::CMutableMarkov
36 CInstGeneratorMarkov2::CMutableMarkov::CMutableMarkov(const u16_t in): _chain() { in CMutableMarkov() function in CInstGeneratorMarkov2::CMutableMarkov
42 CInstGeneratorMarkov2::CMutableMarkov::~CMutableMarkov() { in ~CMutableMarkov()
48 void CInstGeneratorMarkov2::CMutableMarkov::dump(ostream &out) { in dump()
74 unsigned CInstGeneratorMarkov2::CMutableMarkov::count_leaves() { in count_leaves()
81 CInstGeneratorMarkov2::CMutableMarkov *CInstGeneratorMarkov2::CMutableMarkov::get(const u16_t in) { in get()
87 _chain.push_back(new CMutableMarkov(in)); in get()
107 void CInstGeneratorMarkov2::CMutableMarkov::cull_leaves() { in cull_leaves()
122 void CInstGeneratorMarkov2::CMutableMarkov::prepare() { in prepare()
129 void CInstGeneratorMarkov2::CMutableMarkov::save(ostream &out) { in save()
[all …]
/dports/games/species/species/
H A Dinst_gen_markov_2.hpp90 class CMutableMarkov { class in CInstGeneratorMarkov2
93 CMutableMarkov(); // default is only appropriate for root
94 CMutableMarkov(const u16_t in);
95 ~CMutableMarkov();
99 CMutableMarkov *get(const u16_t in); // this can be a setter too
107 bool operator<(const CMutableMarkov &other) const { return in() < other.in(); } in operator <()
111 typedef std::list<CMutableMarkov*> TChain;
119 static bool comp(const CMutableMarkov *a,const CMutableMarkov *b) { return *a < *b; } in comp()
121 friend class CMutableMarkov;
H A Dinst_gen_markov_2.cpp30 CInstGeneratorMarkov2::CMutableMarkov::CMutableMarkov(): _chain() { in CMutableMarkov() function in CInstGeneratorMarkov2::CMutableMarkov
36 CInstGeneratorMarkov2::CMutableMarkov::CMutableMarkov(const u16_t in): _chain() { in CMutableMarkov() function in CInstGeneratorMarkov2::CMutableMarkov
42 CInstGeneratorMarkov2::CMutableMarkov::~CMutableMarkov() { in ~CMutableMarkov()
48 void CInstGeneratorMarkov2::CMutableMarkov::dump(ostream &out) { in dump()
74 unsigned CInstGeneratorMarkov2::CMutableMarkov::count_leaves() { in count_leaves()
81 CInstGeneratorMarkov2::CMutableMarkov *CInstGeneratorMarkov2::CMutableMarkov::get(const u16_t in) { in get()
87 _chain.push_back(new CMutableMarkov(in)); in get()
107 void CInstGeneratorMarkov2::CMutableMarkov::cull_leaves() { in cull_leaves()
122 void CInstGeneratorMarkov2::CMutableMarkov::prepare() { in prepare()
129 void CInstGeneratorMarkov2::CMutableMarkov::save(ostream &out) { in save()
[all …]