tlx
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, 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 539 of file radix_sort.hpp.

Member Typedef Documentation

typedef StringSet::Iterator Iterator

Definition at line 541 of file radix_sort.hpp.

typedef StringSet::String String

Definition at line 542 of file radix_sort.hpp.

Definition at line 540 of file radix_sort.hpp.

Constructor & Destructor Documentation

RadixStep_CI2 ( const StringPtr strptr,
size_t  base,
size_t  depth,
uint8_t *  charcache 
)
inline

Definition at line 547 of file radix_sort.hpp.

Member Data Documentation

size_t bkt_size[256]

Definition at line 545 of file radix_sort.hpp.

size_t idx

Definition at line 544 of file radix_sort.hpp.

size_t pos

Definition at line 544 of file radix_sort.hpp.


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