StateFS
 All Classes Files Functions Variables Typedefs Enumerations Groups Pages
consumer.hpp
Go to the documentation of this file.
1 #ifndef _STATEFS_CONSUMER_HPP_
2 #define _STATEFS_CONSUMER_HPP_
3 
10 namespace statefs
11 {
12 
22 template <typename SrcT, typename DstT>
23 bool split_property_name(SrcT const &src, DstT &dst)
24 {
25 }
26 
27 QString getStateFsPath(const QString &);
28 
29 
34 #endif //_STATEFS_CONSUMER_HPP_