IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

UtilObjectStore.cs File Reference

Classes

interface  IG::Lib::IObjectStore< T >
 Object store. Objects of the specified type can be stored here for later reuse (efficiency improvement).

Template Parameters:
TType of objects to be stored, must be a reference type.
More...
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
 All Classes Namespaces Files Functions Variables Enumerations Properties Events