radix_stack_t< T > Struct Template Reference

List of all members.


Detailed Description

template<class T>
struct radix_stack_t< T >

Stack structure

Definition at line 67 of file Mathematics.h.


Public Attributes

T * sa
size_t sn
unsigned short si

Member Data Documentation

template<class T>
T* radix_stack_t< T >::sa

Pointer to pile

Definition at line 70 of file Mathematics.h.

template<class T>
size_t radix_stack_t< T >::sn

Number of grams in pile

Definition at line 72 of file Mathematics.h.

template<class T>
unsigned short radix_stack_t< T >::si

Byte in current focus

Definition at line 74 of file Mathematics.h.


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

SHOGUN Machine Learning Toolbox - Documentation