|
Project
|
This is the complete list of members for Profiles, including all inherited members.
| changeMode(std::string mode) | PerformanceTable | |
| display() | PerformanceTable | |
| generateRandomPerfValues(unsigned long int seed=time(NULL), int lower_bound=0, int upper_bound=1) | Profiles | |
| getAltBetween(std::string critId, float inf, float sup) | PerformanceTable | |
| getAltBetweenSorted(std::string critId, float inf, float sup) | PerformanceTable | |
| getBelowAndAboveProfile(std::string profName, float worst_value, float best_value) | Profiles | |
| getBestPerfByCrit(Criteria &crits) | PerformanceTable | |
| getMode() const | PerformanceTable | |
| getNumberAlt() | PerformanceTable | |
| getNumberCrit() | PerformanceTable | |
| getPerf(std::string name, std::string crit) | PerformanceTable | |
| getPerformanceTable() const | PerformanceTable | |
| getWorstPerfByCrit(Criteria &crits) | PerformanceTable | |
| isAltInTable(std::string altName) | PerformanceTable | |
| isProfileOrdered() | Profiles | |
| isSorted() const | PerformanceTable | |
| mode_ (defined in PerformanceTable) | PerformanceTable | protected |
| operator<<(std::ostream &out, const Profiles &profs) | Profiles | friend |
| operator==(const PerformanceTable &pt) const | PerformanceTable | |
| operator[](std::string name) | PerformanceTable | |
| PerformanceTable(std::vector< std::vector< Perf >> &perf_vect, std::string mode="alt") | PerformanceTable | |
| PerformanceTable(int nb_of_perfs, Criteria &crits, std::string prefix="alt") | PerformanceTable | |
| PerformanceTable(const PerformanceTable &perfs) | PerformanceTable | |
| Profiles(std::vector< std::vector< Perf >> &perf_vect, std::string mode="crit") | Profiles | |
| Profiles(int nb_of_prof, Criteria &crits, std::string mode="crit", std::string prefix="prof") | Profiles | |
| Profiles(const Profiles &profiles) | Profiles | |
| pt_ (defined in PerformanceTable) | PerformanceTable | protected |
| setPerf(std::string name, std::string crit, float value) | Profiles | |
| sort(std::string mode="crit") | PerformanceTable | |
| sorted_ (defined in PerformanceTable) | PerformanceTable | protected |
| ~PerformanceTable() (defined in PerformanceTable) | PerformanceTable | |
| ~Profiles() (defined in Profiles) | Profiles | inline |