Classes | |
| class | _ByValue_Path |
This is used as a function parameter when the underlying function receives Path by value. Usage: More... | |
| class | _InOptConst_Path |
This is used for optional parameters of class Path with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Path. Usage: More... | |
| class | _InOptMut_Path |
This is used for optional parameters of class Path with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Path. Usage: More... | |
| class | Const_Path |
| Stores a filesystem path. This is the const half of the class. More... | |
| struct | ConstPtrPath |
| class | Path |
| Stores a filesystem path. This is the non-const half of the class. More... | |
| struct | PtrPath |