CatapultServer
v0.5.0.1 (Elephant)
|
A base class for producers. More...
Public Member Functions | |
BasicProducer (const TContainer &container) | |
Creates a producer around container. More... | |
Protected Member Functions | |
template<typename TConverter > | |
auto | next (TConverter convert) |
Produces the next entity and calls convert for any required adaptation. More... | |
Private Attributes | |
const TContainer & | m_container |
decltype(TContainer().cbegin()) | m_iter |
A base class for producers.
|
inlineexplicit |
Creates a producer around container.
|
inlineprotected |
Produces the next entity and calls convert for any required adaptation.
|
private |
|
private |