LWPR Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
Lwpr | |
MT::Array< T > | Simple array container to store 1-, 2-, 3-dimensional arrays; can buffer more memory than necessary for faster resize; enables non-const reference of subarrays; enables fast memove for elementary types. Please see also the reference for the array.h header, which contains lots of functions that can be applied on Arrays |
MT::Mem | Minimal memory buffer |
MT::Parameter< type > | |
MT::Permutation | A permutation realized as 1-dimensional array of indices |
MT::Rnd | A random number generator. An global instantiation MT::rnd of a Rnd object is created. Use this one object to get random numbers |
MT::String | |
[]