Additional Inherited Members | |
Public Types inherited from Eegeo::Labels::IModelRepository< _TLabelStyleRepository::KeyType, _TLabelStyleRepository::ItemType, _TLabelStyleRepository::IteratorType > | |
typedef IModelRepository < _TLabelStyleRepository::KeyType, _TLabelStyleRepository::ItemType, _TLabelStyleRepository::IteratorType > | ThisType |
typedef _TLabelStyleRepository::KeyType | KeyType |
typedef _TLabelStyleRepository::ItemType | ItemType |
typedef _TLabelStyleRepository::IteratorType | IteratorType |
typedef IModelRepositoryObserver < ThisType > | ObserverType |
Public Member Functions inherited from Eegeo::Labels::IModelRepository< _TLabelStyleRepository::KeyType, _TLabelStyleRepository::ItemType, _TLabelStyleRepository::IteratorType > | |
virtual int | Size () const =0 |
virtual bool | Contains (const KeyType &key) const =0 |
virtual ItemType | Get (const KeyType &key) const =0 |
virtual void | Add (const KeyType &key, const ItemType &value)=0 |
virtual void | Remove (const KeyType &key)=0 |
virtual void | Clear ()=0 |
virtual void | AllKeys (std::vector< KeyType > &out_allKeys) const =0 |
virtual void | AllItems (std::vector< ItemType > &out_allItems) const =0 |
virtual IteratorType | Begin () const =0 |
virtual IteratorType | End () const =0 |
virtual void | AddObserver (ObserverType &observer)=0 |
virtual void | RemoveObserver (ObserverType &observer)=0 |