aedi-property-reader ~master (2019-02-26T21:34:44Z)
Dub
Repo
ByTypePricingStrategy
aermicioi
aedi_property_reader
convertor
chaining_convertor
Undocumented in source.
class
ByTypePricingStrategy :
PricingStrategy
{
struct
Entry
;
this
();
this
(size_t delegate(size_t from, size_t to) @(safe) scope nothrow adjuster);
typeof
(
this
)
add
(Entry[] entries);
typeof
(
this
)
add
(TypeInfo type, size_t price);
size_t
rate
(TypeInfo from, TypeInfo to);
}
Constructors
this
this
()
Undocumented in source.
this
this
(size_t delegate(size_t from, size_t to) @(safe) scope nothrow adjuster)
Undocumented in source.
Members
Functions
add
typeof
(
this
)
add
(Entry[] entries)
typeof
(
this
)
add
(TypeInfo type, size_t price)
Set entry
rate
size_t
rate
(TypeInfo from, TypeInfo to)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Entry
struct
Entry
Undocumented in source.
Inherited Members
From PricingStrategy
rate
size_t
rate
(TypeInfo from, TypeInfo to)
Undocumented in source.
Meta
Source
See Implementation
aermicioi
aedi_property_reader
convertor
chaining_convertor
classes
ByTypePricingStrategy
ChainedConvertor
ChainingConvertor
DefaultPricingStrategy
IdenticalTypePriceStrategy
MinimalBidPricingStrategy
NumericPricingStrategy
OffsettingPriceStrategy
OverridablePricingStrategy
interfaces
PricingStrategy