25 #ifndef SVNXX_DEPTH_HPP
26 #define SVNXX_DEPTH_HPP
34 namespace subversion {
41 enum class depth : std::int8_t
55 std::string to_string(depth);
61 std::wstring to_wstring(depth);
67 std::u16string to_u16string(depth);
73 std::u32string to_u32string(depth);
79 #endif // SVNXX_DEPTH_HPP
D + all descendants (full recursion from D).
D + immediate children (D and its entries).
Subversion's data types (common implementation)
Depth undetermined or ignored.
D + its file children, but not subdirs.
Exclude (i.e., don't descend into) directory D.
Just the named directory D, no entries.