Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
SpecsCpp::ISpecDocumented Struct Referenceabstract

#include <API.h>

Inheritance diagram for SpecsCpp::ISpecDocumented:
SpecsCpp::ISpec SpecsCpp::ISpecGroup SpecsCpp::SpecDocumented SpecsCpp::SpecTest SpecsCpp::SpecGroup SpecsCpp::SpecGroup SpecsCpp::SpecTest

Public Member Functions

virtual ~ISpecDocumented ()=default
 
virtual const char * description () const =0
 
virtual const char * full_description () const =0
 

Detailed Description

Definition at line 307 of file API.h.

Constructor & Destructor Documentation

◆ ~ISpecDocumented()

virtual SpecsCpp::ISpecDocumented::~ISpecDocumented ( )
virtualdefault

Member Function Documentation

◆ description()

virtual const char * SpecsCpp::ISpecDocumented::description ( ) const
pure virtual

Implemented in SpecsCpp::SpecDocumented.

◆ full_description()

virtual const char * SpecsCpp::ISpecDocumented::full_description ( ) const
pure virtual

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