devol ~master (2022-05-08T05:50:29.8131468)
Dub
Repo
PopAbstract
devol
population
Undocumented in source.
interface
PopAbstract :
ISerializable
{
void
genName
(size_t size);
string
name
[@property getter];
string
name
[@property setter];
size_t
generation
[@property getter];
size_t
generation
[@property setter];
size_t
length
[@property getter];
IndAbstract
opIndex
(size_t i);
IndAbstract
[]
opSlice
(size_t a, size_t b);
size_t
opDollar
();
int
opApply
(int delegate(IndAbstract) dg);
int
opApply
(int delegate(size_t, IndAbstract) dg);
Node
saveYaml
();
}
Members
Functions
genName
void
genName
(size_t size)
Undocumented in source.
opApply
int
opApply
(int delegate(IndAbstract) dg)
Undocumented in source.
opApply
int
opApply
(int delegate(size_t, IndAbstract) dg)
Undocumented in source.
opDollar
size_t
opDollar
()
Undocumented in source.
opIndex
IndAbstract
opIndex
(size_t i)
Undocumented in source.
opSlice
IndAbstract
[]
opSlice
(size_t a, size_t b)
Undocumented in source.
saveYaml
Node
saveYaml
()
Undocumented in source.
Properties
generation
size_t
generation
[@property getter]
Undocumented in source.
generation
size_t
generation
[@property setter]
Undocumented in source.
length
size_t
length
[@property getter]
Undocumented in source.
name
string
name
[@property getter]
Undocumented in source.
name
string
name
[@property setter]
Undocumented in source.
Inherited Members
From ISerializable
saveBinary
void
saveBinary
(OutputStream stream)
Saving function to binary stream
Meta
Source
See Implementation
devol
population
aliases
StdPop
classes
Population
interfaces
PopAbstract
static functions
getDefChars