Honeycomb  0.1
Component-Model Framework
Classes | Public Types | List of all members
honey::matrix::Option Struct Reference

Matrix type options. More...

#include <Traits.h>

Classes

struct  getAlign
 
struct  setAlign
 Alignment must be a power of 2. More...
 

Public Types

enum  t { align_shift = 0, align_mask = (1 << 4) - 1, vecRow = 1 << 4 }
 

Detailed Description

Matrix type options.

Member Enumeration Documentation

Enumerator
align_shift 
align_mask 
vecRow 

7 bit alignment stored as log2, so max alignment is 2^15 byte boundary


The documentation for this struct was generated from the following file: