Lines Matching full:brief
31 /// @brief Path iterator.
75 /// @brief Difference in bytes between this and RHS.
81 /// @brief Get begin iterator over \a path.
86 /// @brief Get end iterator over \a path.
91 /// @brief Get reverse begin iterator over \a path.
98 /// @brief Get reverse end iterator over \a path.
109 /// @brief Remove the last component from \a path unless it is the root dir.
121 /// @brief Replace the file extension of \a path with \a extension.
135 /// @brief Append to path.
150 /// @brief Append to path.
180 /// @brief Get root name.
192 /// @brief Get root directory.
205 /// @brief Get root path.
213 /// @brief Get relative path.
225 /// @brief Get parent path.
237 /// @brief Get filename.
251 /// @brief Get stem.
269 /// @brief Get extension.
285 /// @brief Check whether the given char is a path separator on the host OS.
291 /// @brief Get the typical temporary directory for the system, e.g.,
302 /// @brief Has root name?
310 /// @brief Has root directory?
318 /// @brief Has root path?
326 /// @brief Has relative path?
334 /// @brief Has parent path?
342 /// @brief Has filename?
350 /// @brief Has stem?
358 /// @brief Has extension?
366 /// @brief Is path absolute?
372 /// @brief Is path relative?