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

#include <radix_sort.hpp>

Public Types

typedef StringPtr::StringSet StringSet
 
typedef StringSet::Iterator Iterator
 
typedef StringSet::String String
 

Public Member Functions

 RadixStep_CI2 (const StringPtr &strptr, size_t base, size_t depth, std::uint8_t *charcache)
 

Public Attributes

size_t idx
 
size_t pos
 
size_t bkt_size [256]
 

Detailed Description

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

Definition at line 540 of file radix_sort.hpp.

Member Typedef Documentation

◆ Iterator

template<typename StringPtr>
typedef StringSet::Iterator Iterator

Definition at line 542 of file radix_sort.hpp.

◆ String

template<typename StringPtr>
typedef StringSet::String String

Definition at line 543 of file radix_sort.hpp.

◆ StringSet

template<typename StringPtr>
typedef StringPtr::StringSet StringSet

Definition at line 541 of file radix_sort.hpp.

Constructor & Destructor Documentation

◆ RadixStep_CI2()

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

Definition at line 548 of file radix_sort.hpp.

Member Data Documentation

◆ bkt_size

template<typename StringPtr>
size_t bkt_size[256]

Definition at line 546 of file radix_sort.hpp.

◆ idx

template<typename StringPtr>
size_t idx

Definition at line 545 of file radix_sort.hpp.

◆ pos

template<typename StringPtr>
size_t pos

Definition at line 545 of file radix_sort.hpp.


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