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

Represent a strongly typed list of DVBLink channels which is used as output parameter for the IDVBLinkRemoteConnection::GetChannels method. More...

Inheritance diagram for dvblinkremote::ChannelList:
dvblinkremote::Response

Public Member Functions

 ChannelList ()
 Initializes a new instance of the dvblinkremote::ChannelList class.
 ~ChannelList ()
 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 DVBLink channels which is used as output parameter for the IDVBLinkRemoteConnection::GetChannels method.

See Also
Channel::Channel()
IDVBLinkRemoteConnection::GetChannels()

Constructor & Destructor Documentation

dvblinkremote::ChannelList::ChannelList ( )

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

dvblinkremote::ChannelList::~ChannelList ( )

Destructor for cleaning up allocated memory.