Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NetkBasic namespace of the etk library. (it might contain all the etk fuctions/class/structures without macro)
 NarchiveZip file acces are set in a archive namespace
 CZipZip acces interface (wrapper)
 CArchiveAccess on a zip data file
 CArchiveContentElement of the archive (with associated data)
 CBaseNoiseBaseNoise Noise basic data
 CColorThe color class is a template to abstract the color implementation choice
 CFifoFifo tamplate is a simple messaged fifo element to transfer data message from a thead to an other
 CFSNodeFS node is for File System IO access (named classicly "node in linux EXT) This class is independent of the OS, If you acces to a file in windows, it might generate the right like Linux (it is important to know that windows right is lighter than linux)
 CFSNodeRightFile System Right management
 CHashHash table tamplate is a simple classical hash interface. A hash table is a equivalent of the dictionary in python, this is a simple interfaace between a name and a value:
 CHashDataInternel data of the [class[etk::hash]] class, it contain the name and the value of the hash vector
 CMatrix2 dimention matrix template to manage simpliest algo
 CMatrix2Transformation matrix for vector 2D
 CMatrix4Transformation matrix for vector 3D
 CNoiseNoise basic interface
 CPlanePlane equation template: define a plane equation
 CVector2DVectorial 2-dimention vector (x/y)
 CVector3DVectorial 3-dimention vector (x/y/z)
 CVector4DVectorial 4-dimention vector (x/y/z/w)
 Nutf8UTF-8 simple wrapper interface
 CiteratorIterator on a simple std::string that contain utf8 value