tlx
Loading...
Searching...
No Matches
RadixStep_CI3< StringPtr > Struct Template Reference

#include <radix_sort.hpp>

Public Types

enum  { RADIX }
 
typedef StringPtr::StringSet StringSet
 
typedef StringSet::Iterator Iterator
 
typedef StringSet::String String
 

Public Member Functions

 RadixStep_CI3 (const StringPtr &strptr, size_t base, size_t depth, std::uint16_t *charcache)
 
size_t get_next_non_empty_bkt_index (size_t start)
 

Public Attributes

size_t idx
 
size_t pos
 
size_t bkt_size [RADIX]
 

Detailed Description

template<typename StringPtr>
struct tlx::sort_strings_detail::RadixStep_CI3< StringPtr >

Definition at line 702 of file radix_sort.hpp.

Member Typedef Documentation

◆ Iterator

template<typename StringPtr >
StringSet::Iterator Iterator

Definition at line 706 of file radix_sort.hpp.

◆ String

template<typename StringPtr >
StringSet::String String

Definition at line 707 of file radix_sort.hpp.

◆ StringSet

Definition at line 705 of file radix_sort.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename StringPtr >
anonymous enum
Enumerator
RADIX 

Definition at line 703 of file radix_sort.hpp.

Constructor & Destructor Documentation

◆ RadixStep_CI3()

template<typename StringPtr >
RadixStep_CI3 ( const StringPtr & strptr,
size_t base,
size_t depth,
std::uint16_t * charcache )
inline

Definition at line 712 of file radix_sort.hpp.

Member Function Documentation

◆ get_next_non_empty_bkt_index()

template<typename StringPtr >
size_t get_next_non_empty_bkt_index ( size_t start)
inline

Definition at line 774 of file radix_sort.hpp.

Member Data Documentation

◆ bkt_size

template<typename StringPtr >
size_t bkt_size[RADIX]

Definition at line 710 of file radix_sort.hpp.

◆ idx

template<typename StringPtr >
size_t idx

Definition at line 709 of file radix_sort.hpp.

◆ pos

template<typename StringPtr >
size_t pos

Definition at line 709 of file radix_sort.hpp.


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