FST  openfst-1.8.3
OpenFst Library
Public Attributes | List of all members
fst::internal::MemoryPoolImpl< object_size >::Link Struct Reference

#include <memory.h>

Collaboration diagram for fst::internal::MemoryPoolImpl< object_size >::Link:
Collaboration graph
[legend]

Public Attributes

std::byte buf [kObjectSize]
 
Linknext
 

Detailed Description

template<size_t object_size>
struct fst::internal::MemoryPoolImpl< object_size >::Link

Definition at line 117 of file memory.h.

Member Data Documentation

template<size_t object_size>
std::byte fst::internal::MemoryPoolImpl< object_size >::Link::buf[kObjectSize]

Definition at line 118 of file memory.h.

template<size_t object_size>
Link* fst::internal::MemoryPoolImpl< object_size >::Link::next

Definition at line 119 of file memory.h.


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