NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Methods | List of all members
nvbio::trie_copy< ALPHABET_SIZE_T, CompressedTrie > Struct Template Reference

Detailed description

template< uint32 ALPHABET_SIZE_T>
struct nvbio::trie_copy< ALPHABET_SIZE_T, CompressedTrie >

Definition at line 233 of file suffix_trie_inl.h.

#include <suffix_trie_inl.h>

Static Public Methods

template<typename InTrieType , typename OutVectorType >
static void enact (const InTrieType &in_trie, const typename InTrieType::node_type in_node, OutVectorType &out_nodes, const uint32 out_node_index)
 

Member Function Documentation

template<uint32 ALPHABET_SIZE_T>
template<typename InTrieType , typename OutVectorType >
static void nvbio::trie_copy< ALPHABET_SIZE_T, CompressedTrie >::enact ( const InTrieType &  in_trie,
const typename InTrieType::node_type  in_node,
OutVectorType &  out_nodes,
const uint32  out_node_index 
)
inlinestatic

Definition at line 236 of file suffix_trie_inl.h.


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