tlx
RadixStep_CE0< StringShadowPtr > Struct Template Reference

#include <radix_sort.hpp>

Public Types

typedef StringShadowPtr::StringSet StringSet
 
typedef StringSet::Iterator Iterator
 

Public Member Functions

 RadixStep_CE0 (const StringShadowPtr &in_strptr, size_t depth)
 

Public Attributes

StringShadowPtr strptr
 
size_t idx
 
size_t pos
 
size_t bkt_size [256]
 

Detailed Description

template<typename StringShadowPtr>
struct tlx::sort_strings_detail::RadixStep_CE0< StringShadowPtr >

Definition at line 48 of file radix_sort.hpp.

Member Typedef Documentation

typedef StringSet::Iterator Iterator

Definition at line 53 of file radix_sort.hpp.

Definition at line 52 of file radix_sort.hpp.

Constructor & Destructor Documentation

RadixStep_CE0 ( const StringShadowPtr in_strptr,
size_t  depth 
)
inline

Definition at line 55 of file radix_sort.hpp.

Member Data Documentation

size_t bkt_size[256]

Definition at line 50 of file radix_sort.hpp.

size_t idx

Definition at line 50 of file radix_sort.hpp.

size_t pos

Definition at line 50 of file radix_sort.hpp.

Definition at line 49 of file radix_sort.hpp.


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