Coconut Framework  beta
Classes | Macros | Functions
CNArrayElement.h File Reference

Define CNArrayElement data structure. More...

#include "CNForwarders.h"
#include "CNType.h"
#include <string.h>

Go to the source code of this file.

Classes

struct  CNArrayElement
 

Macros

#define CNArrayElementSize   16
 
#define CNArrayElementWidth   4
 
#define CNArrayElementMask   ((unsigned int) 0xf)
 

Functions

static void CNInitArrayElement (struct CNArrayElement *dst)
 Initialize CNArrayElement object. More...
 

Detailed Description

Define CNArrayElement data structure.

Copyright
Copyright (C) 2011 Steel Wheels Project

Macro Definition Documentation

#define CNArrayElementSize   16

Size of elements in the CNArrayElement

Referenced by CNInitArrayElement().

#define CNArrayElementWidth   4

Bitwidth of CNArrayElementSize

#define CNArrayElementMask   ((unsigned int) 0xf)

Mask for CNArrayElementSize

Function Documentation

static void CNInitArrayElement ( struct CNArrayElement dst)
inlinestatic

Initialize CNArrayElement object.

Parameters
dstDestination object

References CNArrayElement::array, and CNArrayElementSize.