Project
Loading...
Searching...
No Matches
SimpleFixture< source_T > Struct Template Reference

Inherits benchmark::Fixture.

Public Types

using source_t = source_T
 
using symbol_t = Symbol
 

Public Member Functions

void SetUp (const ::benchmark::State &state) final
 
void TearDown (const ::benchmark::State &state) final
 

Public Attributes

std::vector< symbol_tmSymbols {}
 
ransState_t mState = getData<source_T>().getState()
 
size_t mRenormingBits = getData<source_T>().getRenormedFrequencies().getRenormingBits()
 

Detailed Description

template<typename source_T>
struct SimpleFixture< source_T >

Definition at line 116 of file bench_ransEncodeImpl.cxx.

Member Typedef Documentation

◆ source_t

template<typename source_T >
using SimpleFixture< source_T >::source_t = source_T

Definition at line 117 of file bench_ransEncodeImpl.cxx.

◆ symbol_t

template<typename source_T >
using SimpleFixture< source_T >::symbol_t = Symbol

Definition at line 118 of file bench_ransEncodeImpl.cxx.

Member Function Documentation

◆ SetUp()

template<typename source_T >
void SimpleFixture< source_T >::SetUp ( const ::benchmark::State &  state)
inlinefinal

Definition at line 120 of file bench_ransEncodeImpl.cxx.

◆ TearDown()

template<typename source_T >
void SimpleFixture< source_T >::TearDown ( const ::benchmark::State &  state)
inlinefinal

Definition at line 129 of file bench_ransEncodeImpl.cxx.

Member Data Documentation

◆ mRenormingBits

template<typename source_T >
size_t SimpleFixture< source_T >::mRenormingBits = getData<source_T>().getRenormedFrequencies().getRenormingBits()

Definition at line 135 of file bench_ransEncodeImpl.cxx.

◆ mState

template<typename source_T >
ransState_t SimpleFixture< source_T >::mState = getData<source_T>().getState()

Definition at line 134 of file bench_ransEncodeImpl.cxx.

◆ mSymbols

template<typename source_T >
std::vector<symbol_t> SimpleFixture< source_T >::mSymbols {}

Definition at line 133 of file bench_ransEncodeImpl.cxx.


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