#include <FilePath.h>
Definition at line 7 of file FilePath.h.
◆ FilePath()
dyno::FilePath::FilePath |
( |
std::string | s = "" | ) |
|
|
inline |
◆ add_extension()
void dyno::FilePath::add_extension |
( |
const std::string | ext | ) |
|
|
inline |
◆ extensions()
std::vector< std::string > & dyno::FilePath::extensions |
( |
| ) |
|
|
inline |
◆ is_path()
bool dyno::FilePath::is_path |
( |
| ) |
|
|
inline |
◆ operator!=()
bool dyno::FilePath::operator!= |
( |
const std::string & | s | ) |
const |
|
inline |
◆ operator==()
bool dyno::FilePath::operator== |
( |
const std::string & | s | ) |
const |
|
inline |
◆ path()
fs::path & dyno::FilePath::path |
( |
| ) |
|
|
inline |
◆ set_as_path()
void dyno::FilePath::set_as_path |
( |
bool | b | ) |
|
|
inline |
◆ set_path()
void dyno::FilePath::set_path |
( |
std::string | s | ) |
|
|
inline |
◆ string()
const std::string dyno::FilePath::string |
( |
| ) |
|
|
inline |
◆ _is_path
bool dyno::FilePath::_is_path = false |
|
private |
◆ exts
std::vector<std::string> dyno::FilePath::exts |
|
private |
◆ fs_path
fs::path dyno::FilePath::fs_path |
|
private |
The documentation for this class was generated from the following file: