The GenreGroup class. More...
#include <GenreGroup.h>
Public Member Functions | |
GenreGroup () | |
GenreGroup constructor. | |
GenreGroup (const GenreGroup &other) | |
GenreGroup copy constructor. | |
GenreGroup (GenreGroup &&other) | |
GenreGroup move constructor. | |
GenreGroup & | operator= (const GenreGroup &other) |
operator = | |
GenreGroup & | operator= (GenreGroup &&other) |
operator = | |
Public Attributes | |
std::string | group_code |
Genre group code name. | |
std::string | group_name |
Translated human-readable genre group name. | |
std::vector< Genre > | genres |
List of group genres (see Genre). | |
The GenreGroup class.
Auxiliary class containing genre group (see also AuxFunc::get_genre_list()).
std::string GenreGroup::group_name |
Translated human-readable genre group name.
If translation is not available, English genre group name will be set. For translations see "<share_path>/MLBookProc/genre_groups.csv"