|
XX CMake Package
|
pure c++ helper classes More...
pure c++ helper classes
no Qt dependencies here
Topics | |
| CompilerTests | |
| template test functions | |
| Functions | |
| Helper functions. | |
Concepts | |
| concept | XX::Function::CallerClass |
| concept of a function caller class | |
Classes | |
| class | XX::Array2D< DataType > |
| a 2d array More... | |
| struct | XX::CompileTimeString< N > |
| use a string as a template arguemnt More... | |
| class | XX::DoubleBuffer< DataType > |
| swap data beteween two buffers More... | |
| class | XX::Function::Caller< tag > |
| allows an instance of derived class to call functions on all other instance (ncluding itself) More... | |
| class | XX::Locker< tag > |
| a locker class to prevent executions of code More... | |
| class | XX::Range::Finder< DataType > |
| find min and max values in a set of data More... | |
| class | XX::Range::Mapper |
| map a value from one range to another More... | |
| class | XX::Range::Spread |
| generate a iterateable sequence of numbers with a start, end and step More... | |
| struct | XX::Size |
| simple size structure, to be used where QSize is not available More... | |