ManaPlus
Public Member Functions | Data Fields
doctest::skip Struct Reference

#include <doctest.h>

Public Member Functions

 skip (bool in=true)
 
void fill (detail::TestCase &state) const
 
void fill (detail::TestSuite &state) const
 

Data Fields

bool data
 

Detailed Description

Definition at line 1665 of file doctest.h.

Constructor & Destructor Documentation

◆ skip()

doctest::skip::skip ( bool  in = true)
inline

Definition at line 1665 of file doctest.h.

1672 {

Member Function Documentation

◆ fill() [1/2]

void doctest::skip::fill ( detail::TestCase state) const
inline

Definition at line 1665 of file doctest.h.

1672 {

◆ fill() [2/2]

void doctest::skip::fill ( detail::TestSuite state) const
inline

Definition at line 1665 of file doctest.h.

1672 {

Field Documentation

◆ data

bool doctest::skip::data

Definition at line 1665 of file doctest.h.


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