FST  openfst-1.6.1
OpenFst Library
Public Attributes | List of all members
fst::MemoryPool< T >::Link Struct Reference

#include <memory.h>

Collaboration diagram for fst::MemoryPool< T >::Link:
Collaboration graph
[legend]

Public Attributes

char buf [sizeof(T)]
 
Linknext
 

Detailed Description

template<typename T>
struct fst::MemoryPool< T >::Link

Definition at line 93 of file memory.h.

Member Data Documentation

template<typename T>
char fst::MemoryPool< T >::Link::buf[sizeof(T)]

Definition at line 94 of file memory.h.

template<typename T>
Link* fst::MemoryPool< T >::Link::next

Definition at line 95 of file memory.h.


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