All Classes Files Functions Variables Enumerations Enumerator Macros
Classes
season.hpp File Reference

The Season class stores all info required to describe a particular season of a TV show. More...

#include <string>
#include <vector>
#include "episode.hpp"
Include dependency graph for season.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Season
 Stores all info required to describe a particular season of a TV show. More...
 

Detailed Description

The Season class stores all info required to describe a particular season of a TV show.

Season objects contain: season number and Episode objects. Designed for vector use.

Season requires the Episode class to be loaded prior to it in order to function properly.

Authors
erythros and emrys
Version
0.37

Definition in file season.hpp.