introduction  —  namespaces  —  modules  —  classes  —  files  —  globals  —  members  —  examples  —  Marc Toussaint

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::MemMinimal memory buffer
MT::Parameter< type >
MT::PermutationA permutation realized as 1-dimensional array of indices
MT::RndA random number generator. An global instantiation MT::rnd of a Rnd object is created. Use this one object to get random numbers
MT::String
[]