Home
last modified time | relevance | path

Searched defs:path_parameter (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dinclude_paths.hpp26 struct path_parameter struct
29 enum path_type
36 std::string value;
37 path_type type;
39 path_parameter(std::string const& value_, path_type type_) in path_parameter() argument