StateFS
 All Classes Files Functions Variables Typedefs Enumerations Groups Pages
util.hpp
1 #ifndef _STATEFS_UTIL_HPP_
2 #define _STATEFS_UTIL_HPP_
3 
4 #include <list>
5 #include <string>
6 
7 namespace statefs
8 {
9 
10 std::list<std::string> property_name_parts(std::string const& name);
11 std::string property_path_default(std::string const&);
12 std::string property_path_in_default(std::string const&);
13 
14 }
15 
16 #endif // _STATEFS_UTIL_HPP_