Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qstring_generator.h File Reference

(ac01635f461bd9f211d89f6eea833d9d928fd113)

#include "../namespaces.h"
#include "qchar_generator.h"
#include "../utilities/semantics/generator_handler.h"
#include <catch/catch.hpp>
#include <random>
#include <QString>
+ Include dependency graph for qstring_generator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::QDOC_CATCH_GENERATORS_PRIVATE_NAMESPACE::QStringGenerator
 

Namespaces

namespace  QDOC_CATCH_GENERATORS_ROOT_NAMESPACE
 
namespace  QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::QDOC_CATCH_GENERATORS_PRIVATE_NAMESPACE
 \variable PathGeneratorConfiguration::multi_device_path_probability
 

Functions

Catch::Generators::GeneratorWrapper< QStringQDOC_CATCH_GENERATORS_ROOT_NAMESPACE::string (Catch::Generators::GeneratorWrapper< QChar > &&character_generator, qsizetype minimum_length, qsizetype maximum_length)
 Returns a generator that generates elements of QString from some amount of elements taken from character_generator.
 
Catch::Generators::GeneratorWrapper< QStringQDOC_CATCH_GENERATORS_ROOT_NAMESPACE::empty_string ()
 Returns an infinite generator whose elements are the empty QString.