You.i Engine
YiViewTemplateFactory.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_VIEW_TEMPLATE_FACTORY_H_
3 #define _YI_VIEW_TEMPLATE_FACTORY_H_
4 
6 
11 
13 {
14 public:
20  static std::shared_ptr<CYIAssetViewTemplate> CreateAsset(const CYIString &filename);
21 
26  static std::shared_ptr<CYIAssetViewTemplate> CreateAssetFromPath(const CYIString &path);
27 
28 private:
30 };
31 
34 #endif // _YI_VIEW_TEMPLATE_FACTORY_H_
static std::shared_ptr< CYIAssetViewTemplate > CreateAsset(const CYIString &filename)
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
Definition: YiViewTemplateFactory.h:12
static std::shared_ptr< CYIAssetViewTemplate > CreateAssetFromPath(const CYIString &path)
ViewTemplate asset. Wrapper around a CYIViewTemplate.
Definition: YiAssetViewTemplate.h:21