StringListValue.this - multiple declarations

Function StringListValue.this

Prototype

ref this(
  string id,
  dstring name,
  string iconId = null
);

Function StringListValue.this

Prototype

ref this(
  string id,
  string nameResourceId,
  string iconId = null
);

Function StringListValue.this

Prototype

ref this(
  int id,
  dstring name,
  string iconId = null
);

Function StringListValue.this

Prototype

ref this(
  int id,
  string nameResourceId,
  string iconId = null
);

Function StringListValue.this

Prototype

ref this(
  dstring name,
  string iconId = null
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0