All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
LabelResourceFontBindingRepository.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #include "Types.h"
4 #include "Labels.h"
5 #include "ModelRepository.h"
6 #include "LabelResourceFontBinding.h"
7 
8 #include <string>
9 
10 namespace Eegeo
11 {
12  namespace Labels
13  {
14  typedef ModelRepository<std::string, const LabelResourceFontBinding*> _TLabelResourceFontBindingRepository;
15 
16  class ILabelResourceFontBindingRepository : public virtual IModelRepository<_TLabelResourceFontBindingRepository::KeyType, _TLabelResourceFontBindingRepository::ItemType, _TLabelResourceFontBindingRepository::IteratorType>
17  {
18 
19  };
20 
22  {
23 
24  };
25  }
26 }