userver: utest::StressLoop::Iterator Struct Reference
Loading...
Searching...
No Matches
utest::StressLoop::Iterator Struct Reference

Detailed Description

Definition at line 25 of file stress.hpp.

Classes

struct  Value
 

Public Member Functions

void operator++ ()
 
Value operator* ()
 
bool operator== (const Iterator &) const
 
bool operator!= (const Iterator &) const
 

Public Attributes

StressLooploop
 

Member Function Documentation

◆ operator!=()

bool utest::StressLoop::Iterator::operator!= ( const Iterator ) const
inline

Definition at line 37 of file stress.hpp.

◆ operator*()

Value utest::StressLoop::Iterator::operator* ( )
inline

Definition at line 35 of file stress.hpp.

◆ operator++()

void utest::StressLoop::Iterator::operator++ ( )
inline

Definition at line 34 of file stress.hpp.

◆ operator==()

bool utest::StressLoop::Iterator::operator== ( const Iterator ) const
inline

Definition at line 36 of file stress.hpp.

Member Data Documentation

◆ loop

StressLoop& utest::StressLoop::Iterator::loop

Definition at line 26 of file stress.hpp.


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