| DVBLink Remote API Library documentation
    0.2.0-Master
    | 
Represent a strongly typed list of programs in an electronic program guide (EPG). More...
Inherits std::vector< T >.
| Public Member Functions | |
| EpgData () | |
| Initializes a new instance of the dvblinkremote::EpgData class. | |
| EpgData (EpgData &epgData) | |
| Initializes a new instance of the dvblinkremote::EpgData class by coping another dvblinkremote::EpgData instance. | |
| ~EpgData () | |
| Destructor for cleaning up allocated memory. | |
| Additional Inherited Members | |
|  Public Attributes inherited from std::vector< T > | |
| T | elements | 
| STL member. | |
Represent a strongly typed list of programs in an electronic program guide (EPG).
| dvblinkremote::EpgData::EpgData | ( | ) | 
Initializes a new instance of the dvblinkremote::EpgData class.
| dvblinkremote::EpgData::EpgData | ( | EpgData & | epgData | ) | 
Initializes a new instance of the dvblinkremote::EpgData class by coping another dvblinkremote::EpgData instance.
| epgData | a dvblinkremote::EpgData reference. | 
| dvblinkremote::EpgData::~EpgData | ( | ) | 
Destructor for cleaning up allocated memory.