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

Utils.cs File Reference

Classes

interface  IG::Lib::ILockable
 Lockable object, has a Lock property that returns object on which lock must be performed in order to lock the object. More...
class  IG::Lib::Util
 General utilities. More...
class  IG::Lib::KeyValueSortable< Tkey, Tvalue >
 Class representing a key-value pair where sorting can be performed both with respect to key and with respect to value. More...
class  IG::Lib::KeyValueSortable< Tkey, Tvalue >::ComparerBase
 Base class for different IComparer classes. More...
class  IG::Lib::KeyValueSortable< Tkey, Tvalue >::ComparerKeyBase
 IComparer that compares the key first and then eventually the value and finally the additional ordering parameter, dependent on constructor parameters. More...
class  IG::Lib::KeyValueSortable< Tkey, Tvalue >::ComparerValueBase
 IComparer that compares the key first and then eventually the value and finally the additional ordering parameter, dependent on constructor parameters. More...

Namespaces

namespace  IG::Lib
 All Classes Namespaces Files Functions Variables Enumerations Properties Events