cucumber-d ~master (2022-04-09T15:34:25.2419282)
Dub
Repo
TableRow
gherkin
datatable
struct
TableRow {
string
id
;
Cell
[]
cells
;
Location
location
;
@
serializationIgnore
Comment
[]
comments
;
bool
empty
[@property getter];
void
replace
(string from, string to);
this
(TableRow rhs);
this
(TableRow rhs);
this
(string id, Cell[] cells, Location location, Comment[] comments);
}
Constructors
this
this
(TableRow rhs)
this
this
(TableRow rhs)
this
this
(string id, Cell[] cells, Location location, Comment[] comments)
Members
Functions
replace
void
replace
(string from, string to)
Properties
empty
bool
empty
[@property getter]
Variables
cells
Cell
[]
cells
;
comments
Comment
[]
comments
;
id
string
id
;
location
Location
location
;
Meta
Source
See Implementation
gherkin
datatable
structs
Cell
DataTable
TableRow