Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef IWORKSTYLE_FWD_H_INCLUDED
00011 #define IWORKSTYLE_FWD_H_INCLUDED
00012
00013 #include <boost/shared_ptr.hpp>
00014 #include <boost/unordered_map.hpp>
00015
00016 #include "IWORKTypes_fwd.h"
00017
00018 namespace libetonyek
00019 {
00020
00021 class IWORKStyle;
00022
00023 typedef boost::shared_ptr<IWORKStyle> IWORKStylePtr_t;
00024 typedef boost::unordered_map<ID_t, IWORKStylePtr_t> IWORKStyleMap_t;
00025
00026 }
00027
00028 #endif // IWORKSTYLE_FWD_H_INCLUDED
00029
00030