MLBookProc 1.0.1
 
Loading...
Searching...
No Matches
GenreGroup Class Reference

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.
 
GenreGroupoperator= (const GenreGroup &other)
 operator =
 
GenreGroupoperator= (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< Genregenres
 List of group genres (see Genre).
 

Detailed Description

The GenreGroup class.

Auxiliary class containing genre group (see also AuxFunc::get_genre_list()).

Member Data Documentation

◆ group_name

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"