DVBLink Remote API Library documentation  0.2.0-Master
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
dvblinkremote::ChannelIdentifierList Class Reference

Represent a strongly typed list of channel identifiers. More...

Inherits std::vector< T >.

Public Member Functions

 ChannelIdentifierList ()
 Initializes a new instance of the dvblinkremote::ChannelIdentifierList class.
 ~ChannelIdentifierList ()
 Destructor for cleaning up allocated memory.

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member.

Detailed Description

Represent a strongly typed list of channel identifiers.

See Also
Channel::GetID()

Constructor & Destructor Documentation

dvblinkremote::ChannelIdentifierList::ChannelIdentifierList ( )

Initializes a new instance of the dvblinkremote::ChannelIdentifierList class.

dvblinkremote::ChannelIdentifierList::~ChannelIdentifierList ( )

Destructor for cleaning up allocated memory.