binary< N > Class Template Reference

List of all members.

Public Types

enum  { bit = N % 10, value = bit + (((binary<N/10>::value)<<1)) }
enum  { bit = N % 10, value = bit + (((binary<N/10>::value)<<1)) }

Detailed Description

template<unsigned long int N>
class binary< N >

Definition at line 61 of file BeeSTEM.H.


The documentation for this class was generated from the following files:
Generated on Sun May 8 08:20:37 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3