dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
GraphMLFrontend
dextool
plugin
frontend
graphml
Undocumented in source.
class
GraphMLFrontend : Controller, Parameters, Products {
import
std
.
typecons
:
Tuple
;
;
import
std
.
regex
:
regex
,
Regex
;
;
import
std
.
regex
:
regex
,
Regex
;
;
struct
FileName
via
import
dextool
.
type
:
FileName
,
DirName
;
;
struct
DirName
via
import
dextool
.
type
:
FileName
,
DirName
;
;
immutable
FileName
toFile
;
FileData
[]
fileData
;
static
auto
makeVariant
(RawConfiguration parsed);
this
(FilePrefix file_prefix, DirName output_dir, Flag!"genClassMethod" class_method, Flag!"genClassParamDependency" class_param_dep, Flag!"genClassInheritDependency" class_inherit_dep, Flag!"genClassMemberDependency" class_member_dep);
bool
doFile
(string filename);
}
Constructors
this
this
(FilePrefix file_prefix, DirName output_dir, Flag!"genClassMethod" class_method, Flag!"genClassParamDependency" class_param_dep, Flag!"genClassInheritDependency" class_inherit_dep, Flag!"genClassMemberDependency" class_member_dep)
Undocumented in source.
Members
Functions
doFile
bool
doFile
(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
makeVariant
auto
makeVariant
(RawConfiguration parsed)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fileData
FileData
[]
fileData
;
Data produced by the generatore intented to be written to specified file.
toFile
FileName
toFile
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
frontend
graphml
classes
GraphMLFrontend
functions
pluginMain
structs
Lookup
XmlStream