#include <arrange_profiles.h>

Data Fields | |
| std::list< profile_set > | profiles |
| std::string | name |
| human-readable column name | |
| std::string | longname |
| human-readable long name | |
| profile_template | ptemplate |
| merging matches against this | |
A class collection of profiles. This is an equivalence class and will correspond to columnar output of opreport.
Definition at line 106 of file arrange_profiles.h.
| std::string profile_class::longname |
human-readable long name
Definition at line 113 of file arrange_profiles.h.
Referenced by operator<<().
| std::string profile_class::name |
human-readable column name
Definition at line 110 of file arrange_profiles.h.
Referenced by operator<<().
| std::list<profile_set> profile_class::profiles |
Definition at line 107 of file arrange_profiles.h.
Referenced by operator<<().
merging matches against this
Definition at line 116 of file arrange_profiles.h.
Referenced by operator<(), and operator<<().
1.6.1