dextool.type

Members

Enums

ExitStatusType
enum ExitStatusType
Undocumented in source.

Functions

makeExists
auto makeExists(T p)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AbsolutePath
struct AbsolutePath

The path is guaranteed to be the absolute path.

DextoolVersion
struct DextoolVersion
Undocumented in source.
Exists
struct Exists(T)

During construction checks that the file exists on the filesystem.

FilterClangFlag (from dextool.compilation_db)
struct FilterClangFlag via public import dextool.compilation_db : FilterClangFlag;

Flags to exclude from the flags passed on to the clang parser.

Path
struct Path

No guarantee regarding the path. May be absolute, relative, contain a '~'. The user of this type must do all the safety checks to ensure that the datacontained in valid.

Meta

Date

Date: 2015-2017, Joakim Brännström

License

MPL-2, Mozilla Public License 2.0

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)