HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_NumBits< N, SUM, BIT > Struct Template Reference

#include <bitUtils.h>

Public Types

typedef Tf_NumBits< N, SUM,
BIT/2 >::type 
_func
 
typedef _func::type type
 

Public Attributes

typedef Tf_NumBits<(N >>BIT), SUM+BIT, BIT/2 >
 

Detailed Description

template<size_t N, size_t SUM = 0, size_t BIT = sizeof(N)*8/2>
struct Tf_NumBits< N, SUM, BIT >

Definition at line 48 of file bitUtils.h.

Member Typedef Documentation

template<size_t N, size_t SUM = 0, size_t BIT = sizeof(N)*8/2>
typedef Tf_NumBits<N, SUM, BIT/2> ::type Tf_NumBits< N, SUM, BIT >::_func

Definition at line 55 of file bitUtils.h.

template<size_t N, size_t SUM = 0, size_t BIT = sizeof(N)*8/2>
typedef _func::type Tf_NumBits< N, SUM, BIT >::type

Definition at line 58 of file bitUtils.h.

Member Data Documentation

template<size_t N, size_t SUM = 0, size_t BIT = sizeof(N)*8/2>
typedef Tf_NumBits< N, SUM, BIT >::Tf_NumBits<(N >>BIT), SUM+BIT, BIT/2 >

Definition at line 55 of file bitUtils.h.


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