ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
Test1.Version1
ocean
util
serialize
contiguous
MultiVersionDecorator
Test1
Undocumented in source.
struct
Test1
struct
Version1 {
enum
StructVersion
;
alias
StructNext
=
Version2
;
static
void
convert_a
(Version2 src, Version1 dst);
int
a
;
}
Members
Aliases
StructNext
alias
StructNext
=
Version2
Undocumented in source.
Manifest constants
StructVersion
enum
StructVersion
;
Undocumented in source.
Static functions
convert_a
void
convert_a
(Version2 src, Version1 dst)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
a
int
a
;
Undocumented in source.
Meta
Source
See Implementation
ocean
util
serialize
contiguous
MultiVersionDecorator
Test1
structs
Version1
Version2