chsvlib
chsv helper source code
File List
Here is a list of all documented files with brief descriptions:
 chsvbase.hThe base configuration file for the chsvcode entities containing definitions
 chsverr.hThe file provides support of basic error code processing mechanism
 chsvexception.hThe file contains definitions of various exceptions thrown by the mechanisms of the chsvcode library and can be used by clients
 chsvlist.hThe file contains the C definition of the binary list
 chsvmap.hThe file contains the C definition of the associative array implemented as a binary tree
 chsvmath.hMathematical and arithmetical functions mostly over integer operands
 chsvmem.hThe file provides interfaces manage memory
 chsvmemex.hAdvanced functionality and C++ objects for working with memory
 chsvmetafun.hAncillary template-based metafunctions
 chsvprintf.hAn interface of a subsystem performing printf/wprintf functionality which is portable to Windows and Linux as well as MSVC2013/gcc 4.6.3/MinGW gcc
 chsvstring.hFunctions and elements used to manage strings, convert them to different encoding schemes and to manage associated memory
 chsvstringex.hHigh-level mechanisms, dependent upon chsvmem.h, used to manage strings, convert them to different encoding schemes and to manage associated memory
 chsvsysinfo.hInstruments for getting runtime information about the target system architecture
 chsvthrd.hAn interface for the portable implementation of threads as defined in C11 standard supplemented with some extensions
 chsvtime.hRoutines for time management
 chsvwinutil.hHelper functionality for working with Win32 APIs
 chsvwinutilex.hHelper functionality for working with Win32 APIs