![]() |
|
#include <Product.h>
Public Types | |
enum | : int { Default = 0x00 , Matrix = 0x01 , Permutation = 0x02 , MatrixMatrix = (Matrix << 8) | Matrix , MatrixPermutation = (Matrix << 8) | Permutation , PermutationMatrix = (Permutation << 8) | Matrix } |
anonymous enum : int |