dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
Dub
Repo
UserFileRange
dextool
compilation_db
user_filerange
Undocumented in source.
@
safe
struct
UserFileRange {
import
std
.
typecons
:
Nullable
;
;
struct
SearchResult
via
import
dextool
.
compilation_db
:
SearchResult
,
ParseFlags
;
;
struct
ParseFlags
via
import
dextool
.
compilation_db
:
SearchResult
,
ParseFlags
;
;
enum
RangeOver
;
this
(CompileCommandDB db, string[] in_files, string[] cflags, CompileCommandFilter ccFilter, DbCompiler userCompiler);
Nullable
!
SearchResult
front
();
void
popFront
();
bool
empty
();
size_t
length
();
}
Constructors
this
this
(CompileCommandDB db, string[] in_files, string[] cflags, CompileCommandFilter ccFilter, DbCompiler userCompiler)
Undocumented in source.
Members
Enums
RangeOver
enum
RangeOver
Undocumented in source.
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Nullable
!
SearchResult
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t
length
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dextool
compilation_db
user_filerange
structs
UserFileRange