![]() |
Common
A library of common classes.
|
CArray2D< T > | A 2D array that can be serialized. |
CBitArray2D | An 2D array of bits. |
CCryptography | Contains methods related to encryption and decryption. |
▼CICollection | |
▼CHashMapBase< TKey, TValue > | The base class for dictionaries with custom data contract serialization. |
CHashMap< TKey, TValue > | A dictionary that is data contract serializable. |
CValueHashMap< TKey, TValue > | A dictionary whose values are data contract serializable. |
CHashMapBase< TKey, TValue > | The base class for dictionaries with custom data contract serialization. |
CSet< T > | A hash set that is data contract serializable. |
▼CIComparable | |
CVector2DInt | A 2D vector with integer values. |
CVector3DInt | A 3D vector with integer values. |
▼CIDictionary | |
CHashMapBase< TKey, TValue > | The base class for dictionaries with custom data contract serialization. |
▼CIEnumerable | |
CHashMapBase< TKey, TValue > | The base class for dictionaries with custom data contract serialization. |
CHashMapBase< TKey, TValue > | The base class for dictionaries with custom data contract serialization. |
CSet< T > | A hash set that is data contract serializable. |
CSet< T > | A hash set that is data contract serializable. |
▼CIEquatable | |
CVector2DInt | A 2D vector with integer values. |
CVector3DInt | A 3D vector with integer values. |
CIPipelineStep | An interface for creating a step of a Pipeline. |
▼CIReadOnlyCollection | |
CHashMapBase< TKey, TValue > | The base class for dictionaries with custom data contract serialization. |
CSet< T > | A hash set that is data contract serializable. |
▼CIReadOnlyDictionary | |
CHashMapBase< TKey, TValue > | The base class for dictionaries with custom data contract serialization. |
▼CISet | |
CSet< T > | A hash set that is data contract serializable. |
CIValueHashMapEntry< T > | An interface for values of the ValueHashMap. |
CJsonSerialization | Contains methods for serializing objects to and from JSON. |
CJsonWriterSettings | Contains settings for JSON writer formatting. |
CKeyValue< TKey, TValue > | A serializable key value pair. |
CMaths | Contains extra math operations. |
CPipeline | A class for chaining multiple IPipelineStep together. |
CPipelineResults | A container for holding pipeline results. |
CRandomSeed | A class for performing pseudo-random number generation |
CXmlSerialization | Contains methods for serializing objects to and from XML. |