Thrill  0.1
RadixStep_CE0< StringShadowPtr > Struct Template Reference

Detailed Description

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

Definition at line 48 of file radix_sort.hpp.

+ Collaboration diagram for RadixStep_CE0< StringShadowPtr >:

#include <radix_sort.hpp>

Public Types

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

Public Member Functions

 RadixStep_CE0 (const StringShadowPtr &in_strptr, size_t depth)
 

Public Attributes

size_t bkt_size [256]
 
size_t idx
 
size_t pos
 
StringShadowPtr strptr
 

Member Typedef Documentation

◆ Iterator

typedef StringSet::Iterator Iterator

Definition at line 53 of file radix_sort.hpp.

◆ StringSet

Definition at line 52 of file radix_sort.hpp.

Constructor & Destructor Documentation

◆ RadixStep_CE0()

Member Data Documentation

◆ bkt_size

◆ idx

size_t idx

Definition at line 50 of file radix_sort.hpp.

◆ pos

◆ strptr

Definition at line 49 of file radix_sort.hpp.

Referenced by RadixStep_CE2< StringShadowPtr >::RadixStep_CE2().


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