tlx
Loading...
Searching...
No Matches
RadixStep_CE2< StringShadowPtr > Struct Template Reference

#include <radix_sort.hpp>

Public Types

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

Public Member Functions

 RadixStep_CE2 (const StringShadowPtr &in_strptr, size_t depth, std::uint8_t *charcache)
 

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_CE2< StringShadowPtr >

Definition at line 195 of file radix_sort.hpp.

Member Typedef Documentation

◆ Iterator

template<typename StringShadowPtr >
typedef StringSet::Iterator Iterator

Definition at line 200 of file radix_sort.hpp.

◆ StringSet

Definition at line 199 of file radix_sort.hpp.

Constructor & Destructor Documentation

◆ RadixStep_CE2()

template<typename StringShadowPtr >
RadixStep_CE2 ( const StringShadowPtr in_strptr,
size_t  depth,
std::uint8_t *  charcache 
)
inline

Definition at line 202 of file radix_sort.hpp.

Member Data Documentation

◆ bkt_size

template<typename StringShadowPtr >
size_t bkt_size[256]

Definition at line 197 of file radix_sort.hpp.

◆ idx

template<typename StringShadowPtr >
size_t idx

Definition at line 197 of file radix_sort.hpp.

◆ pos

template<typename StringShadowPtr >
size_t pos

Definition at line 197 of file radix_sort.hpp.

◆ strptr

template<typename StringShadowPtr >
StringShadowPtr strptr

Definition at line 196 of file radix_sort.hpp.


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