08.11.2014 Views

Memory Management - Poco

Memory Management - Poco

Memory Management - Poco

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

class CInstantiator: public AbstractInstantiator<br />

{<br />

public:<br />

CInstantiator(int i): _i(i)<br />

{<br />

}<br />

Base* createInstance() const<br />

{<br />

return new C(_i);<br />

}<br />

private:<br />

int _i;<br />

};

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!