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

Detailed Description

Definition at line 28 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 40 of file stress.hpp.

◆ operator*()

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

Definition at line 38 of file stress.hpp.

◆ operator++()

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

Definition at line 37 of file stress.hpp.

◆ operator==()

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

Definition at line 39 of file stress.hpp.

Member Data Documentation

◆ loop

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

Definition at line 29 of file stress.hpp.


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