T_STRING< T > Struct Template Reference

List of all members.

Public Attributes

T * string
int32_t length


Detailed Description

template<class T>
struct T_STRING< T >

template class T_STRING

Definition at line 39 of file StringFeatures.h.


Member Data Documentation

template<class T>
int32_t T_STRING< T >::length

length of string

Definition at line 44 of file StringFeatures.h.

template<class T>
T* T_STRING< T >::string

string

Definition at line 42 of file StringFeatures.h.


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

SHOGUN Machine Learning Toolbox - Documentation