Public Member Functions | Private Attributes | List of all members
Catch::Generators::RandomFloatingGenerator< Float > Class Template Referencefinal

#include <catch.hpp>

Inheritance diagram for Catch::Generators::RandomFloatingGenerator< Float >:
Inheritance graph
[legend]

Public Member Functions

Float const & get () const override
 
bool next () override
 
 RandomFloatingGenerator (Float a, Float b)
 
- Public Member Functions inherited from Catch::Generators::IGenerator< Float >
virtual ~IGenerator ()=default
 
- Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase
 GeneratorUntypedBase ()=default
 
virtual ~GeneratorUntypedBase ()
 

Private Attributes

Float m_current_number
 
std::uniform_real_distribution< Float > m_dist
 
Catch::SimplePcg32m_rng
 

Additional Inherited Members

- Public Types inherited from Catch::Generators::IGenerator< Float >
using type = Float
 

Detailed Description

template<typename Float>
class Catch::Generators::RandomFloatingGenerator< Float >

Definition at line 4590 of file catch.hpp.

Constructor & Destructor Documentation

template<typename Float >
Catch::Generators::RandomFloatingGenerator< Float >::RandomFloatingGenerator ( Float  a,
Float  b 
)
inline

Definition at line 4596 of file catch.hpp.

Member Function Documentation

template<typename Float >
Float const& Catch::Generators::RandomFloatingGenerator< Float >::get ( ) const
inlineoverridevirtual

Implements Catch::Generators::IGenerator< Float >.

Definition at line 4602 of file catch.hpp.

template<typename Float >
bool Catch::Generators::RandomFloatingGenerator< Float >::next ( )
inlineoverridevirtual

Implements Catch::Generators::GeneratorUntypedBase.

Definition at line 4605 of file catch.hpp.

Member Data Documentation

template<typename Float >
Float Catch::Generators::RandomFloatingGenerator< Float >::m_current_number
private

Definition at line 4593 of file catch.hpp.

template<typename Float >
std::uniform_real_distribution<Float> Catch::Generators::RandomFloatingGenerator< Float >::m_dist
private

Definition at line 4592 of file catch.hpp.

template<typename Float >
Catch::SimplePcg32& Catch::Generators::RandomFloatingGenerator< Float >::m_rng
private

Definition at line 4591 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:36