Table of Contents

System

“System” is C++ (mostly) template library build from many small classes that are useful, doesn't fit anywhere else and are too small to form a library alone. implements some small, common algorithms, threading helpers, math operations, plugins and more.

library content

available classes/functions are:

class MyEnumType: public Enum<...> {...}
MyEnumType e=MyEnumType::ENUM_VALUE_1;
if(e!=MyEnumType::ENUM_VALUE_2) {...}
...

requirements

System requires build_process in recent version. to make life easier it has been included in download package.

you will need to have boost library installed too.

download

get latest version of system library via github. you can download stable versions using proper tag as well.