CellModules
Catch::NameAndDesc Struct Reference

#include <catch.hpp>

Public Member Functions

 NameAndDesc (const char *_name="", const char *_description="")
 

Public Attributes

const char * name
 
const char * description
 

Detailed Description

Definition at line 557 of file catch.hpp.

Constructor & Destructor Documentation

◆ NameAndDesc()

Catch::NameAndDesc::NameAndDesc ( const char *  _name = "",
const char *  _description = "" 
)
inline

Definition at line 558 of file catch.hpp.

Member Data Documentation

◆ description

const char* Catch::NameAndDesc::description

Definition at line 563 of file catch.hpp.

◆ name

const char* Catch::NameAndDesc::name

Definition at line 562 of file catch.hpp.


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