MythTV  master
Typedefs | Variables
genres.h File Reference
#include <array>
#include <string>
Include dependency graph for genres.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using genre_table_array = std::array< const std::string, 148 >
 

Variables

const genre_table_array genre_table
 

Typedef Documentation

◆ genre_table_array

using genre_table_array = std::array<const std::string,148>

Definition at line 7 of file genres.h.

Variable Documentation

◆ genre_table

const genre_table_array genre_table

Definition at line 4 of file genres.cpp.

Referenced by Ripper::searchGenre().