![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzAdsMediator.h>
Public Types | |
| typedef CzVector< CzAdsParty * > ::iterator | _Iterator |
Public Member Functions | |
| _Iterator | begin () |
| _Iterator | end () |
| void | addAdParty (CzAdsParty *party) |
| void | removeAdParty (CzAdsParty *party) |
| void | clearParties () |
| CzAdsParty * | getNextAdParty () |
| void | reset () |
| CzAdsMediator () | |
| virtual | ~CzAdsMediator () |
Protected Attributes | |
| CzVector< CzAdsParty * > | AdParties |
| int | NextAdParty |
| typedef CzVector<CzAdsParty*>::iterator CzAdsMediator::_Iterator |
| CzAdsMediator::CzAdsMediator | ( | ) | [inline] |
| virtual CzAdsMediator::~CzAdsMediator | ( | ) | [inline, virtual] |
| void CzAdsMediator::addAdParty | ( | CzAdsParty * | party | ) | [inline] |
| _Iterator CzAdsMediator::begin | ( | ) | [inline] |
| void CzAdsMediator::clearParties | ( | ) | [inline] |
| _Iterator CzAdsMediator::end | ( | ) | [inline] |
| CzAdsParty* CzAdsMediator::getNextAdParty | ( | ) | [inline] |
| void CzAdsMediator::removeAdParty | ( | CzAdsParty * | party | ) | [inline] |
| void CzAdsMediator::reset | ( | ) | [inline] |
CzVector<CzAdsParty*> CzAdsMediator::AdParties [protected] |
int CzAdsMediator::NextAdParty [protected] |