IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Classes | |||
interface | IG::Lib::IObjectStore< T > | ||
Object store. Objects of the specified type can be stored here for later reuse (efficiency improvement).
| |||
class | IG::Lib::ObjectStore< T > | ||
Object store. Objects of the specified type can be stored here for later reuse (efficiency improvement). IMPORTANT: Override IsEligible(), NotEligibleMessage() and TryGetNew() and possibly TryStore() methods in derived classes when applicable. More... | |||
Namespaces | |||
namespace | IG::Lib |